3rdparty: check GPG signatures when available

This commit is contained in:
Thomas Bernard
2019-10-28 22:05:55 +01:00
parent 6cd453a4c0
commit 0851a1f904
6 changed files with 229 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ pages:
job_win32:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq zip dos2unix
- apt-get update -qq && apt-get install -y -qq zip dos2unix gpg
- apt-get install -y -qq gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools nsis
script:
- "WIN32CROSS=1 make 3rdparty -j2 || exit 1"
@@ -86,7 +86,7 @@ job_win32:
job_atari:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq zip dos2unix lsb-release
- apt-get update -qq && apt-get install -y -qq zip dos2unix lsb-release gpg
- "sh ./.install-cross-mint.sh"
script:
- "ATARICROSS=1 make 3rdparty -j2 || exit 1"