specific job for checkversions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user