[CI] no core no gui

This commit is contained in:
Edouard DUPIN 2020-08-16 23:35:27 +02:00
parent f74b0b6c4b
commit 4689131547

View File

@ -25,7 +25,6 @@ ci_build:
script:
- export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
- eval echo "~$USER"
- cd core/
- ant clean
- ant build
@ -33,7 +32,6 @@ ci_test:
stage: test
script:
- export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
- cd gui/
- ant clean build TestBasicLog
artifacts:
reports: