use lsb_release to select repository

This commit is contained in:
Thomas Bernard
2019-07-24 03:47:04 +02:00
parent c20e408a82
commit 867ad86dd1
2 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ job_win32:
job_atari:
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 lsb-release
- "sh ./.install-cross-mint.sh"
script:
- "ATARICROSS=1 make 3rdparty -j2 || exit 1"