diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-07-10 07:43:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-07-10 07:47:46 +0300 |
commit | 3e774dcf2cb05ea9b8600b7f1afbb5d8cfb56432 (patch) | |
tree | 3b24c358c6ebf8b2d138f7b870480e865b2fc220 | |
parent | 3389934754d1caaf57bb4ac5026fff9ccc6710ef (diff) | |
download | spm-SDL2.tar.gz spm-SDL2.tar.bz2 spm-SDL2.tar.xz spm-SDL2.zip |
Use buster in asan buildSDL2
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b725203..384e61b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ variables: SDL_default_asan: stage: build + image: debian:buster script: - ./.ci/install.sh git mercurial bash gcc g++ make autoconf automake autopoint gettext libtool pkg-config cmake libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libicu-dev @@ -721,6 +722,7 @@ manaplus_default_old_test: manaplus_default_asan_tests: stage: manaplus + image: debian:buster script: - ./.ci/install.sh gcc-7 g++-7 make autoconf automake autopoint gettext pkg-config @@ -745,6 +747,7 @@ manaplus_default_asan_tests: manaplus_default_asan: stage: manaplus + image: debian:buster script: - ./.ci/install.sh gcc-7 g++-7 make autoconf automake autopoint gettext pkg-config @@ -768,6 +771,7 @@ manaplus_default_asan: manaplus_default_old_asan_test: stage: manaplus + image: debian:buster script: - ./.ci/install.sh gcc-7 g++-7 make autoconf automake autopoint gettext pkg-config @@ -793,6 +797,7 @@ manaplus_default_old_asan_test: manaplus_default_old_asan: stage: manaplus + image: debian:buster script: - ./.ci/install.sh gcc-7 g++-7 make autoconf automake autopoint gettext pkg-config |