From 9512cbf735cea75fcac6c5be72944f949b8d6402 Mon Sep 17 00:00:00 2001 From: ln803631 Date: Fri, 4 Oct 2019 11:38:13 +0200 Subject: [PATCH] Modification du fichier .gitlab-ci.yml pour prendre en compte les .jar externes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 640ebca..5fa1ed1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,11 @@ compileAndTests : - ls -la - mkdir bin - javac -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/src/*/*.java + - javac -cp LIB/junit-platform-console-standalone-1.5.1.jar:bin:. -d bin NGCC/jar/* - ls bin - 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