specific job for checkversions

This commit is contained in:
Thomas Bernard
2020-02-08 00:28:14 +01:00
parent cc8257817f
commit d2d409b857
2 changed files with 12 additions and 4 deletions

View File

@@ -14,6 +14,12 @@ tests:
script:
- "CFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address OPTIM=0 make check || exit 1"
checkversions:
stage: test
allow_failure: true
script:
- "make -C 3rdparty/ checkversions && test ! -f 3rdparty/check-version-failed || exit 1"
job_linux:
stage: build
before_script:
@@ -27,7 +33,6 @@ job_linux:
- "make docarchive || exit 1"
after_script:
- "echo $CI_JOB_ID > LINUX_JOB_ID"
- "cd 3rdparty; make checkversions"
artifacts:
paths:
- "*.zip"