summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-19 17:28:22 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-19 17:28:22 +0300
commit0006a26a5aec322253ddbb9b79562179e90cc4cc (patch)
tree37fab7e3dc45a881c2b625456f922beec7182cc9
parent1ed68435b121d551115d7e5366b9ad45e6fd46b8 (diff)
downloadspm-0006a26a5aec322253ddbb9b79562179e90cc4cc.tar.gz
spm-0006a26a5aec322253ddbb9b79562179e90cc4cc.tar.bz2
spm-0006a26a5aec322253ddbb9b79562179e90cc4cc.tar.xz
spm-0006a26a5aec322253ddbb9b79562179e90cc4cc.zip
Add testing repo and install gdb from it.
-rw-r--r--.gitlab-ci.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef94924..9f3f42b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -131,11 +131,12 @@ tinyxml2_2.2.0:
manaplus_master:
stage: manaplus
script:
+ - ./.ci/addrepo.sh testing
- ./.ci/install.sh gcc-7 g++-7
make autoconf automake autopoint gettext
libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
- git wget unzip gdb valgrind netcat-openbsd procps
+ git wget unzip gdb/testing valgrind netcat-openbsd procps
- ./.ci/clonesrc.sh
- cd cloned
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2
@@ -151,11 +152,12 @@ manaplus_master:
manaplus_5.0.1:
stage: manaplus
script:
+ - ./.ci/addrepo.sh testing
- ./.ci/install.sh gcc-7 g++-7
make autoconf automake autopoint gettext
libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
- git wget unzip gdb valgrind netcat-openbsd procps
+ git wget unzip gdb/testing valgrind netcat-openbsd procps
- ./.ci/clonesrc.sh
- cd cloned
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2
@@ -171,11 +173,12 @@ manaplus_5.0.1:
manaplus_4.0.1:
stage: manaplus
script:
+ - ./.ci/addrepo.sh testing
- ./.ci/install.sh gcc-7 g++-7
make autoconf automake autopoint gettext
libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
- git wget unzip gdb valgrind netcat-openbsd procps
+ git wget unzip gdb/testing valgrind netcat-openbsd procps
- ./.ci/clonesrc.sh
- cd cloned
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2
@@ -191,11 +194,12 @@ manaplus_4.0.1:
manaplus_3.0.0:
stage: manaplus
script:
+ - ./.ci/addrepo.sh testing
- ./.ci/install.sh gcc-7 g++-7
make autoconf automake autopoint gettext
libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
- git wget unzip gdb valgrind netcat-openbsd procps
+ git wget unzip gdb/testing valgrind netcat-openbsd procps
- ./.ci/clonesrc.sh
- cd cloned
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2
@@ -211,11 +215,12 @@ manaplus_3.0.0:
manaplus_2.2.0:
stage: manaplus
script:
+ - ./.ci/addrepo.sh testing
- ./.ci/install.sh gcc-7 g++-7
make autoconf automake autopoint gettext
libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
- git wget unzip gdb valgrind netcat-openbsd procps
+ git wget unzip gdb/testing valgrind netcat-openbsd procps
- ./.ci/clonesrc.sh
- cd cloned
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2