Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ cache: stages: - init - build - test # - test - package - deploy Loading Loading @@ -50,10 +50,10 @@ compile:cesiumjs4gwt-showcase: script: - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-showcase -DskipTests=true compile -am -DskipTests=true test:cesiumjs4gwt-main: stage: test script: - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-main test #test:cesiumjs4gwt-main: # stage: test # script: # - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-main test package:cesiumjs4gwt-main: stage: package Loading cesiumjs4gwt-main/pom.xml +3 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ <id>prepare-package</id> <goals> <goal>resources</goal> <goal>test</goal> <!-- <goal>test</goal>--> </goals> </execution> </executions> Loading @@ -34,6 +34,8 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <!-- Disable test. GWT HtmlUnit not supported let, const and etc of new ES --> <skipTests>true</skipTests> <includes>**/*TestSuite.java</includes> <useSystemClassLoader>true</useSystemClassLoader> <additionalClasspathElements> Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ cache: stages: - init - build - test # - test - package - deploy Loading Loading @@ -50,10 +50,10 @@ compile:cesiumjs4gwt-showcase: script: - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-showcase -DskipTests=true compile -am -DskipTests=true test:cesiumjs4gwt-main: stage: test script: - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-main test #test:cesiumjs4gwt-main: # stage: test # script: # - mvn $MAVEN_CLI_OPTS -pl cesiumjs4gwt-main test package:cesiumjs4gwt-main: stage: package Loading
cesiumjs4gwt-main/pom.xml +3 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ <id>prepare-package</id> <goals> <goal>resources</goal> <goal>test</goal> <!-- <goal>test</goal>--> </goals> </execution> </executions> Loading @@ -34,6 +34,8 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <!-- Disable test. GWT HtmlUnit not supported let, const and etc of new ES --> <skipTests>true</skipTests> <includes>**/*TestSuite.java</includes> <useSystemClassLoader>true</useSystemClassLoader> <additionalClasspathElements> Loading