3rdparty: add check of latest available version of 3rdparty packages

use "make checkversions"
This commit is contained in:
Thomas Bernard
2019-04-26 14:39:37 +02:00
parent 3967c37268
commit c5dc6c44c2
2 changed files with 24 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ job_linux:
- "API=sdl2 make -j3 && API=sdl2 make ziprelease"
- "make docarchive"
- "echo $CI_JOB_ID > LINUX_JOB_ID"
after_script:
- "cd 3rdparty; make checkversions"
artifacts:
paths:
- "*.zip"