Commit 8ef69895 authored by iSergio's avatar iSergio
Browse files

Separate pipeline for main and showcase

parent 72b5f7f8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ stages:
  - compile
  - junit
  - javadoc
  - compileshowcase
  - deploy

default:
@@ -35,8 +36,8 @@ javadoc:cesiumjs4gwt-main:
  script:
    - mvn -pl cesiumjs4gwt-main javadoc:javadoc -Dadditionalparam=-Xdoclint:none

compile:cesiumjs4gwt-showcase:
  stage: compile
compileshowcase:cesiumjs4gwt-showcase:
  stage: compileshowcase
  script:
    - mvn -pl cesiumjs4gwt-showcase clean install