summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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