Merge branch 'master' of https://git-iutinfo.unice.fr/rey/pt-s3t-g4
This commit is contained in:
commit
ac5c9f224f
@ -3,6 +3,9 @@ image: openjdk:11
|
|||||||
variables:
|
variables:
|
||||||
GIT_SSL_NO_VERIFY: "1"
|
GIT_SSL_NO_VERIFY: "1"
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Dependency-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
compileAndTests :
|
compileAndTests :
|
||||||
# References to libraries should be managed by any other ways (maven, npm, pip, ...)
|
# References to libraries should be managed by any other ways (maven, npm, pip, ...)
|
||||||
before_script:
|
before_script:
|
||||||
@ -14,4 +17,3 @@ compileAndTests :
|
|||||||
script:
|
script:
|
||||||
- java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path
|
- java -jar LIB/junit-platform-console-standalone-1.5.1.jar --class-path bin --scan-class-path
|
||||||
#allow_failure: true
|
#allow_failure: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user