parent
c6253b980d
commit
0a1c734b9a
|
@ -18,7 +18,7 @@ before_install:
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
install:
|
install:
|
||||||
- (cd workplace && npm install --no-progress && ng build --environment=prod --no-progress)
|
- (cd workplace && npm install --no-progress && ng build --environment=prod --no-progress)
|
||||||
&& (cd admin && npm install --no-progress && ng build:prod && npm run test)
|
&& (cd admin && npm install --no-progress && npm run build:prod && npm run test)
|
||||||
&& (cd monitor && npm install --no-progress && ng build --environment=prod --no-progress)
|
&& (cd monitor && npm install --no-progress && ng build --environment=prod --no-progress)
|
||||||
&& mvn clean install -q -f lib/ -DskipTests=true -Dmaven.javadoc.skip=true -B
|
&& mvn clean install -q -f lib/ -DskipTests=true -Dmaven.javadoc.skip=true -B
|
||||||
&& mvn clean install -q -f rest/ -DskipTests=true -B
|
&& mvn clean install -q -f rest/ -DskipTests=true -B
|
||||||
|
|
Loading…
Reference in New Issue