Modification pour prendre en compte la compilation des .jar

This commit is contained in:
ln803631 2019-10-04 11:14:04 +02:00
parent 7cf329c976
commit 4336052a3d

View File

@ -13,6 +13,7 @@ compileAndTests :
- javac -cp LIB/junit-platform-console-standalone-1.5.1.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
- java -jar NGCC/jar/*
#allow_failure: true