Commit c82aa876 authored by iSergio's avatar iSergio
Browse files

Try fix pipeline

parent 7ffad2a7
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -24,22 +24,22 @@ setup:initialize:
compile:cesiumjs4gwt-main:
  stage: compile
  script:
    - mvn -pl cesiumjs4gwt-main -DskipTests=true clean install
    - mvn -pl cesiumjs4gwt-main -DskipTests=true install

junit:cesiumjs4gwt-main:
  stage: junit
  script:
    - mvn -pl cesiumjs4gwt-main clean test
    - mvn -pl cesiumjs4gwt-main test

javadoc:cesiumjs4gwt-main:
  stage: javadoc
  script:
    - mvn -pl cesiumjs4gwt-main javadoc:javadoc -Dadditionalparam=-Xdoclint:none

# compileshowcase:cesiumjs4gwt-showcase:
#   stage: compile_showcase
#   script:
#     - mvn -pl cesiumjs4gwt-showcase clean install
compileshowcase:cesiumjs4gwt-showcase:
  stage: compile_showcase
  script:
    - mvn -pl cesiumjs4gwt-showcase install

deploy:cesiumjs4gwt-main:
  stage: deploy