summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-12 23:07:05 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-12 23:07:05 +0300
commit0cf33b1ea8b45292ab769e7f54548714f656ba47 (patch)
treee220f077d7def03e1aee777ca736bd9c2899c638 /.gitlab-ci.yml
parent9e939b74fb96f416e745b8cc3cf3e69274025a39 (diff)
downloadplus-0cf33b1ea8b45292ab769e7f54548714f656ba47.tar.gz
plus-0cf33b1ea8b45292ab769e7f54548714f656ba47.tar.bz2
plus-0cf33b1ea8b45292ab769e7f54548714f656ba47.tar.xz
plus-0cf33b1ea8b45292ab769e7f54548714f656ba47.zip
Add missing netcat packages in some jobs in .gitlab-ci.yml.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21492c31d..b3be5265f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2576,7 +2576,7 @@ gcc-6_SDL_SDL-1.2_sanitize:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext pkg-config
libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libglu1-mesa-dev
- valgrind
+ valgrind netcat-openbsd
wget unzip
runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_master.sh
runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh
@@ -2597,7 +2597,7 @@ gcc-6_SDL_default_sanitize:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext pkg-config
libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev
- valgrind
+ valgrind netcat-openbsd
wget unzip
runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_master.sh
runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh
@@ -2621,7 +2621,7 @@ gcc-6_SDL_SDL-1.2_old_sanitize:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext pkg-config
libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libglu1-mesa-dev
- valgrind
+ valgrind netcat-openbsd
libjpeg-dev libtiff-dev
wget unzip
runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh
@@ -2644,7 +2644,7 @@ gcc-6_SDL_default_old_sanitize:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext pkg-config
libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev
- valgrind
+ valgrind netcat-openbsd
libjpeg-dev libtiff-dev
wget unzip
runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh