Update .gitlab-ci.yml

This commit is contained in:
ln803631 2019-10-10 12:07:13 +02:00
parent bb72efcd5e
commit fa223d7e56

View File

@ -8,9 +8,9 @@ compileAndTests :
before_script:
- ls -la
- mkdir bin
- javac -cp LIB/*.jar:NGCC/jar/*:bin:. -d bin NGCC/src/*/*.java
- javac -cp LIB/*:NGCC/jar/*:bin:. -d bin NGCC/src/*/*.java
- ls bin
- javac -cp LIB/*.jar:NGCC/jar/*:bin:. -d bin NGCC/tests/*/*.java
- javac -cp LIB/*:NGCC/jar/*:bin:. -d bin NGCC/tests/*/*.java
script:
- java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path
#allow_failure: true