summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-03-05 23:44:18 +0000
committerFedja Beader <fedja@protonmail.ch>2025-03-05 23:44:18 +0000
commitbfde5ad692a7e9f5abc866170aad4170875072ac (patch)
treee88627bfb69f76394cc57dc22a95cbdd23b07b85
parent0fcbdfaefdba8ac16a9244742de01368bd1ca011 (diff)
downloadplus-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.gz
plus-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.bz2
plus-bfde5ad692a7e9f5abc866170aad4170875072ac.tar.xz
plus-bfde5ad692a7e9f5abc866170aad4170875072ac.zip
Rename --without-manaplusgame to --without-gameclient
@jesusalva asked what to rename it to, here: https://forums.themanaworld.org/viewtopic.php?t=21691 Squashed with: * Rename --without-manaversegame to --without-gameclient This makes the most sense, I think. Jes agrees, too. * Rename --without-manaplusgame to --without-manaversegame Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!138 Co-authored-by: jak1 <jak1@themanaworld.org>
-rw-r--r--.gitlab-ci.yml18
-rw-r--r--.travis.yml28
-rwxr-xr-xconfigure.ac16
-rw-r--r--src/Makefile.am4
-rw-r--r--tools/ci/branches/ci_clang6/.gitlab-ci.yml8
-rw-r--r--tools/ci/branches/ci_clang7/.gitlab-ci.yml8
-rw-r--r--tools/ci/branches/ci_fedora/.gitlab-ci.yml8
-rw-r--r--tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml48
-rw-r--r--tools/ci/branches/ci_gcc49/.gitlab-ci.yml4
-rw-r--r--tools/ci/branches/ci_gcc5/.gitlab-ci.yml18
-rw-r--r--tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml28
-rw-r--r--tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml42
-rw-r--r--tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml48
-rw-r--r--tools/ci/branches/ci_gcc9_tests/.gitlab-ci.yml48
-rw-r--r--tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml6
-rw-r--r--tools/ci/branches/ci_malloc/.gitlab-ci.yml16
-rw-r--r--tools/ci/branches/ci_mse/.gitlab-ci.yml2
-rw-r--r--tools/ci/branches/ci_mxe/.gitlab-ci.yml4
-rw-r--r--tools/ci/branches/ci_site/.gitlab-ci.yml4
-rw-r--r--tools/ci/branches/ci_xmllibs/.gitlab-ci.yml4
-rw-r--r--tools/ci/branches/master/.gitlab-ci.yml16
-rwxr-xr-xtools/ci/scripts/azure/mxetest.sh2
-rwxr-xr-xtools/ci/scripts/circleci/gcc6_sanitize_tests.sh4
-rwxr-xr-xtools/ci/scripts/circleci/gcc6_tests.sh8
-rwxr-xr-xtools/ci/scripts/circleci/gcc7_sanitize_tests.sh4
-rwxr-xr-xtools/ci/scripts/circleci/gcc7_tests.sh8
26 files changed, 202 insertions, 202 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48cf745b0..d3be39d84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -323,7 +323,7 @@ gcc-5_sdl2:
image: debian:bullseye
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10.sh --without-manaplusgame
+ - ./tools/ci/jobs/gcc10.sh --without-gameclient
- ./tools/ci/scripts/rundyecmd.sh
<<: *job-push
variables:
@@ -341,7 +341,7 @@ gcc-8_unittestsbin:
image: debian:buster
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin --without-gameclient --without-dyecmd
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -418,7 +418,7 @@ gcc-5_h_all:
script:
- mkdir -p coverage/
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests_gcov.sh --without-dyecmd --without-gameclient
variables:
PACKAGES: gcc-7 g++-7
make autoconf automake autopoint gettext
@@ -491,7 +491,7 @@ triggers:
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.4
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- export LD_PRELOAD
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
@@ -517,7 +517,7 @@ triggers:
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.4
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- export LD_PRELOAD
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
@@ -544,7 +544,7 @@ triggers:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -566,7 +566,7 @@ triggers:
stage: build
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -591,7 +591,7 @@ triggers:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -615,7 +615,7 @@ triggers:
stage: build
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
diff --git a/.travis.yml b/.travis.yml
index 2caece97a..648e76ea6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,22 +41,22 @@ env:
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=debian:stretch
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL1}
valgrind"
@@ -75,17 +75,17 @@ env:
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=i386/ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=i386/debian:stretch
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=i386/debian:unstable
- COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-gameclient"
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}
valgrind"
@@ -104,22 +104,22 @@ env:
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=debian:stretch
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL2}
valgrind"
@@ -138,17 +138,17 @@ env:
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=i386/ubuntu:xenial
- COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-5 g++-5
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=i386/debian:stretch
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=i386/debian:unstable
- COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-gameclient --with-sdl2"
PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}
valgrind"
diff --git a/configure.ac b/configure.ac
index 493cb296e..dc041d8c9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -188,14 +188,14 @@ fi
AM_CONDITIONAL(ENABLE_DYECMD, test "x$with_dyecmd" = xyes)
-# Option to enable ManaPlus game
-AC_ARG_WITH(manaplusgame,[ --without-manaplusgame don't build ManaPlus game ] )
-if test "x$with_manaplusgame" = "xno"; then
- with_manaplusgame=no
+# Option to enable ManaVerse game
+AC_ARG_WITH(gameclient,[ --without-gameclient don't build ManaVerse game client ] )
+if test "x$with_gameclient" = "xno"; then
+ with_gameclient=no
else
- with_manaplusgame=yes
+ with_gameclient=yes
fi
-AM_CONDITIONAL(ENABLE_MANAPLUSGAME, test "x$with_manaplusgame" = xyes)
+AM_CONDITIONAL(ENABLE_GAMECLIENT, test "x$with_gameclient" = xyes)
# Enable nacl build
AC_ARG_ENABLE(naclbuild,
@@ -940,8 +940,8 @@ AC_CONFIG_FILES([data/tmw/tmw], [chmod +x data/tmw/tmw])
AC_OUTPUT
echo
-if test "x$with_manaplusgame" = "xyes"; then
- echo "Enabled building manaplus game."
+if test "x$with_gameclient" = "xyes"; then
+ echo "Enabled building ManaVerse game client."
fi
if test "x$with_dyecmd" = "xyes"; then
echo "Enabled building dyecmd tool."
diff --git a/src/Makefile.am b/src/Makefile.am
index faac18665..f11d310e4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = subdir-objects
#AM_TESTS_ENVIRONMENT = \
# ASAN_OPTIONS=detect_leaks=1
-if ENABLE_MANAPLUSGAME
+if ENABLE_GAMECLIENT
if ENABLE_DYECMD
bin_PROGRAMS = manaplus dyecmd
else
@@ -2128,7 +2128,7 @@ dyecmd_SOURCES += progs/dyecmd/gui/viewport.cpp \
progs/dyecmd/actions/target.cpp \
progs/dyecmd/actions/windows.cpp
-if ENABLE_MANAPLUSGAME
+if ENABLE_GAMECLIENT
manaplus_SOURCES += ${SRC}
endif
diff --git a/tools/ci/branches/ci_clang6/.gitlab-ci.yml b/tools/ci/branches/ci_clang6/.gitlab-ci.yml
index 0ec29486d..d4ff597cb 100644
--- a/tools/ci/branches/ci_clang6/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang6/.gitlab-ci.yml
@@ -18,7 +18,7 @@ clang-6.0_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: debian:bullseye
variables:
@@ -34,7 +34,7 @@ clang-6.0_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:bullseye
variables:
@@ -49,7 +49,7 @@ clang-6.0_tests_i386:
clang-6.0_tests_sdl2:
stage: build
script:
- - ./tools/ci/jobs/clang60_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang60_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: debian:bullseye
variables:
@@ -64,7 +64,7 @@ clang-6.0_tests_sdl2:
clang-6.0_tests_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/clang60_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang60_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:bullseye
variables:
diff --git a/tools/ci/branches/ci_clang7/.gitlab-ci.yml b/tools/ci/branches/ci_clang7/.gitlab-ci.yml
index fd92572f6..1763337b1 100644
--- a/tools/ci/branches/ci_clang7/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang7/.gitlab-ci.yml
@@ -18,7 +18,7 @@ clang-7.0_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: debian:buster
variables:
@@ -34,7 +34,7 @@ clang-7.0_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:buster
variables:
@@ -49,7 +49,7 @@ clang-7.0_tests_i386:
clang-7.0_tests_sdl2:
stage: build
script:
- - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: debian:buster
variables:
@@ -64,7 +64,7 @@ clang-7.0_tests_sdl2:
clang-7.0_tests_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:buster
variables:
diff --git a/tools/ci/branches/ci_fedora/.gitlab-ci.yml b/tools/ci/branches/ci_fedora/.gitlab-ci.yml
index 125b2f9d2..d6a8c7b44 100644
--- a/tools/ci/branches/ci_fedora/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_fedora/.gitlab-ci.yml
@@ -20,7 +20,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
image: fedora:rawhide
@@ -34,7 +34,7 @@
.fedora_gcc-snapshot_sanitize_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
image: fedora:rawhide
@@ -49,7 +49,7 @@ fedora_gcc-snapshot_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: fedora:rawhide
variables:
@@ -62,7 +62,7 @@ fedora_gcc-snapshot_tests:
fedora_gcc-snapshot_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: fedora:rawhide
variables:
diff --git a/tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml
index 48caf86ff..57ef7311e 100644
--- a/tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc10_tests/.gitlab-ci.yml
@@ -21,7 +21,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -39,7 +39,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -56,7 +56,7 @@ gcc-10_doctest_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -73,7 +73,7 @@ gcc-10_tests_simd:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -88,7 +88,7 @@ gcc-10_tests_O0:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O0"
@@ -104,7 +104,7 @@ gcc-10_tests_O1:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O1"
@@ -120,7 +120,7 @@ gcc-10_tests_lto:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-ffast-math -O10 -flto -fwhole-program -funswitch-loops"
@@ -136,7 +136,7 @@ gcc-10_tests_lto_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -153,7 +153,7 @@ gcc-10_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -169,8 +169,8 @@ gcc-10_tests_flags:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient --enable-stldebug
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -185,7 +185,7 @@ gcc-10_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -199,7 +199,7 @@ gcc-10_tests:
gcc-10_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc10_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -215,7 +215,7 @@ gcc-10_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -233,7 +233,7 @@ gcc-10_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -252,7 +252,7 @@ gcc-10_separate_doctest:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
variables:
@@ -266,7 +266,7 @@ gcc-10_separate_doctest_sanitize:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -291,7 +291,7 @@ gcc-10_separate_doctest_sanitize:
gcc-10_separate_doctest_sanitize_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -317,7 +317,7 @@ gcc-10_separate_doctest_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -333,7 +333,7 @@ gcc-10_separate_doctest_i386:
gcc-10_separate_doctest_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -364,7 +364,7 @@ gcc-10_systemcatch_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -380,7 +380,7 @@ gcc-10_systemdoctest_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -396,7 +396,7 @@ gcc-10_unsigned_char_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
@@ -411,7 +411,7 @@ gcc-10_unsigned_char_tests:
gcc-10_sdl2_unsigned_char_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc10_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc10_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
diff --git a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
index d5e2872df..5bb100707 100644
--- a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml
@@ -93,7 +93,7 @@ gcc-4.9_sdl2_sanitize:
gentoo_gcc-4.9_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc49_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc49_tests.sh --without-dyecmd --without-gameclient
image: registry.gitlab.com/manaplus/images:gentoo_gcc49_sdl1
<<: *job-push
variables:
@@ -107,7 +107,7 @@ gentoo_gcc-4.9_tests:
gentoo_gcc-4.9_tests_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc49_tests.sh --without-dyecmd --without-manaplusgame --with-sdl2
+ - ./tools/ci/jobs/gcc49_tests.sh --without-dyecmd --without-gameclient --with-sdl2
image: registry.gitlab.com/manaplus/images:gentoo_gcc49_sdl2
<<: *job-push
variables:
diff --git a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
index 63c86ffa1..4173c2060 100644
--- a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
@@ -71,7 +71,7 @@ gcc-5_sanitize_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
image: i386/ubuntu:xenial
<<: *job-push
@@ -88,7 +88,7 @@ gcc-5_sanitize_no_opengl_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
image: ubuntu:xenial
<<: *job-push
@@ -106,7 +106,7 @@ gcc-5_sanitize_no_opengl_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
image: i386/ubuntu:xenial
<<: *job-push
@@ -174,7 +174,7 @@ gcc-5_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-gameclient
image: i386/ubuntu:xenial
<<: *job-push
variables:
@@ -189,8 +189,8 @@ gcc-5_tests_i386:
gcc-5_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-manaplusgame --enable-glibcdebug
- - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-gameclient --enable-glibcdebug
+ - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-gameclient --enable-stldebug
image: ubuntu:xenial
<<: *job-push
variables:
@@ -205,7 +205,7 @@ gcc-5_sdl2_tests:
gcc-5_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-dyecmd --without-gameclient
image: i386/ubuntu:xenial
<<: *job-push
variables:
@@ -220,7 +220,7 @@ gcc-5_sdl2_tests_i386:
gcc-5_sdl2_no_opengl_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-gameclient
image: ubuntu:xenial
<<: *job-push
variables:
@@ -235,7 +235,7 @@ gcc-5_sdl2_no_opengl_tests:
gcc-5_sdl2_no_opengl_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-gameclient
image: i386/ubuntu:xenial
<<: *job-push
variables:
diff --git a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
index f26477e95..c7b82a9aa 100644
--- a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-6_sanitize_doctest_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
image: debian:stretch
<<: *job-push
@@ -37,7 +37,7 @@ gcc-6_doctest_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
image: i386/debian:stretch
<<: *job-push
variables:
@@ -53,7 +53,7 @@ gcc-6_tests_simd:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests_simd.sh --without-dyecmd --without-gameclient
image: debian:stretch
<<: *job-push
variables:
@@ -69,7 +69,7 @@ gcc-6_tests_lto:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient
image: debian:stretch
<<: *job-push
variables:
@@ -86,7 +86,7 @@ gcc-6_tests_lto_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:stretch
variables:
@@ -103,7 +103,7 @@ gcc-6_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient
image: debian:stretch
<<: *job-push
variables:
@@ -119,7 +119,7 @@ gcc-6_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:stretch
<<: *job-push
variables:
@@ -135,7 +135,7 @@ gcc-6_tests_glibcdebug:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
image: debian:stretch
<<: *job-push
variables:
@@ -151,7 +151,7 @@ gcc-6_tests_glibcdebug_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
image: i386/debian:stretch
<<: *job-push
variables:
@@ -166,7 +166,7 @@ gcc-6_tests_glibcdebug_i386:
gcc-6_sdl2_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-gameclient
image: debian:stretch
<<: *job-push
variables:
@@ -181,7 +181,7 @@ gcc-6_sdl2_tests:
gcc-6_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:stretch
<<: *job-push
variables:
@@ -197,7 +197,7 @@ gcc-6_tests_valgrind:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -216,7 +216,7 @@ gcc-6_tests_valgrind_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -235,7 +235,7 @@ gcc-6_tarball_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tarball_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tarball_tests.sh --without-dyecmd --without-gameclient
image: debian:stretch
<<: *job-push
variables:
diff --git a/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml
index d1be7f727..f3504aef3 100644
--- a/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-7_sanitize_doctest_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
image: debian:buster
<<: *job-push
@@ -38,7 +38,7 @@ gcc-7_doctest_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
image: i386/debian:buster
<<: *job-push
variables:
@@ -55,7 +55,7 @@ gcc-7_tests_simd:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -71,7 +71,7 @@ gcc-7_tests_O0:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -88,7 +88,7 @@ gcc-7_tests_O1:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests_simd.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -105,7 +105,7 @@ gcc-7_tests_lto:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -122,7 +122,7 @@ gcc-7_tests_lto_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:buster
variables:
@@ -139,7 +139,7 @@ gcc-7_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:buster
<<: *job-push
variables:
@@ -155,8 +155,8 @@ gcc-7_tests_flags:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --enable-stldebug
image: debian:buster
<<: *job-push
variables:
@@ -172,7 +172,7 @@ gcc-7_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -187,7 +187,7 @@ gcc-7_tests:
gcc-7_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
image: i386/debian:buster
<<: *job-push
variables:
@@ -203,7 +203,7 @@ gcc-7_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -222,7 +222,7 @@ gcc-7_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -241,7 +241,7 @@ gcc-7_separate_doctest:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
image: debian:buster
<<: *job-push
@@ -256,7 +256,7 @@ gcc-7_separate_doctest_sanitize:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
image: debian:buster
@@ -282,7 +282,7 @@ gcc-7_separate_doctest_sanitize:
gcc-7_separate_doctest_sanitize_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
image: debian:buster
@@ -309,7 +309,7 @@ gcc-7_separate_doctest_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:buster
@@ -325,7 +325,7 @@ gcc-7_separate_doctest_i386:
gcc-7_separate_doctest_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:buster
@@ -342,7 +342,7 @@ gcc-7_unsigned_char_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
@@ -358,7 +358,7 @@ gcc-7_unsigned_char_tests:
gcc-7_sdl2_unsigned_char_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
image: debian:buster
<<: *job-push
variables:
diff --git a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml
index 65c5b8be5..a39b9ebc5 100644
--- a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml
@@ -21,7 +21,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -39,7 +39,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -56,7 +56,7 @@ gcc-8_doctest_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -73,7 +73,7 @@ gcc-8_tests_simd:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -88,7 +88,7 @@ gcc-8_tests_O0:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O0"
@@ -104,7 +104,7 @@ gcc-8_tests_O1:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O1"
@@ -120,7 +120,7 @@ gcc-8_tests_lto:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-ffast-math -O9 -flto -fwhole-program -funswitch-loops"
@@ -136,7 +136,7 @@ gcc-8_tests_lto_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -153,7 +153,7 @@ gcc-8_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -169,8 +169,8 @@ gcc-8_tests_flags:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient --enable-stldebug
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -185,7 +185,7 @@ gcc-8_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -199,7 +199,7 @@ gcc-8_tests:
gcc-8_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -215,7 +215,7 @@ gcc-8_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -233,7 +233,7 @@ gcc-8_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -252,7 +252,7 @@ gcc-8_separate_doctest:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
variables:
@@ -266,7 +266,7 @@ gcc-8_separate_doctest_sanitize:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -291,7 +291,7 @@ gcc-8_separate_doctest_sanitize:
gcc-8_separate_doctest_sanitize_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -317,7 +317,7 @@ gcc-8_separate_doctest_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -333,7 +333,7 @@ gcc-8_separate_doctest_i386:
gcc-8_separate_doctest_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -364,7 +364,7 @@ gcc-8_systemcatch_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -380,7 +380,7 @@ gcc-8_systemdoctest_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -396,7 +396,7 @@ gcc-8_unsigned_char_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
@@ -411,7 +411,7 @@ gcc-8_unsigned_char_tests:
gcc-8_sdl2_unsigned_char_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
diff --git a/tools/ci/branches/ci_gcc9_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc9_tests/.gitlab-ci.yml
index 90f668189..401ba0ae0 100644
--- a/tools/ci/branches/ci_gcc9_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc9_tests/.gitlab-ci.yml
@@ -21,7 +21,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -39,7 +39,7 @@
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-gameclient
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
variables:
@@ -56,7 +56,7 @@ gcc-9_doctest_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=doctest --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -73,7 +73,7 @@ gcc-9_tests_simd:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-9 g++-9
@@ -88,7 +88,7 @@ gcc-9_tests_O0:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O0"
@@ -104,7 +104,7 @@ gcc-9_tests_O1:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests_simd.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-O1"
@@ -120,7 +120,7 @@ gcc-9_tests_lto:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-ffast-math -O9 -flto -fwhole-program -funswitch-loops"
@@ -136,7 +136,7 @@ gcc-9_tests_lto_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -153,7 +153,7 @@ gcc-9_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -169,8 +169,8 @@ gcc-9_tests_flags:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient --enable-stldebug
<<: *job-push
variables:
PACKAGES: gcc-9 g++-9
@@ -185,7 +185,7 @@ gcc-9_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-9 g++-9
@@ -199,7 +199,7 @@ gcc-9_tests:
gcc-9_sdl2_tests_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc9_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
image: i386/debian:unstable
<<: *job-push
variables:
@@ -215,7 +215,7 @@ gcc-9_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -233,7 +233,7 @@ gcc-9_sdl2_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame || true
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient || true
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
@@ -252,7 +252,7 @@ gcc-9_separate_doctest:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
variables:
@@ -266,7 +266,7 @@ gcc-9_separate_doctest_sanitize:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -293,7 +293,7 @@ gcc-9_separate_doctest_sanitize:
gcc-9_separate_doctest_sanitize_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -320,7 +320,7 @@ gcc-9_separate_doctest_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -336,7 +336,7 @@ gcc-9_separate_doctest_i386:
gcc-9_separate_doctest_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd --with-sdl2
+ - ./tools/ci/jobs/gcc9_silent.sh --enable-unittestsbin=doctest --without-gameclient --without-dyecmd --with-sdl2
- ./tools/ci/scripts/separateunittests.sh
<<: *job-push
image: i386/debian:unstable
@@ -367,7 +367,7 @@ gcc-9_systemcatch_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=systemcatch --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-9 g++-9
@@ -383,7 +383,7 @@ gcc-9_systemdoctest_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --enable-unittests=systemdoctest --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-9 g++-9
@@ -399,7 +399,7 @@ gcc-9_unsigned_char_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
@@ -414,7 +414,7 @@ gcc-9_unsigned_char_tests:
gcc-9_sdl2_unsigned_char_tests:
stage: build
script:
- - ./tools/ci/jobs/gcc9_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc9_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
variables:
POST_CXXFLAGS: "-funsigned-char"
diff --git a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml
index 2ada2b528..1952a8ec1 100644
--- a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-8_tests_glibcdebug_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
image: i386/debian:unstable
<<: *job-push
variables:
@@ -95,7 +95,7 @@ clang-7.0_glibcdebug_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
+ - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-gameclient --enable-glibcdebug
<<: *job-push
image: debian:buster
variables:
@@ -110,7 +110,7 @@ clang-7.0_glibcdebug_tests:
clang-7.0_glibcdebug_tests_sdl2:
stage: build
script:
- - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame --enable-glibcdebug
+ - ./tools/ci/jobs/clang70_tests.sh --with-sdl2 --without-dyecmd --without-gameclient --enable-glibcdebug
<<: *job-push
image: debian:buster
variables:
diff --git a/tools/ci/branches/ci_malloc/.gitlab-ci.yml b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
index ace0f93a3..bfa969317 100644
--- a/tools/ci/branches/ci_malloc/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
@@ -19,7 +19,7 @@ gcc-8_tests_jmalloc:
script:
- ls ${MALLOC}
- ./tools/ci/scripts/patchsdl1.sh
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -36,7 +36,7 @@ gcc-8_tests_jmalloc_i386:
script:
- ls ${MALLOC}
- ./tools/ci/scripts/patchsdl1.sh
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -53,7 +53,7 @@ gcc-8_tests_jmalloc_sdl2:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -69,7 +69,7 @@ gcc-8_tests_jmalloc_sdl2_i386:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -86,7 +86,7 @@ gcc-8_tests_tcmalloc:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -101,7 +101,7 @@ gcc-8_tests_tcmalloc_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
@@ -116,7 +116,7 @@ gcc-8_tests_tcmalloc_i386:
gcc-8_tests_tcmalloc_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -130,7 +130,7 @@ gcc-8_tests_tcmalloc_sdl2:
gcc-8_tests_tcmalloc_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-gameclient
<<: *job-push
image: i386/debian:unstable
variables:
diff --git a/tools/ci/branches/ci_mse/.gitlab-ci.yml b/tools/ci/branches/ci_mse/.gitlab-ci.yml
index d35de9c08..3f347f003 100644
--- a/tools/ci/branches/ci_mse/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mse/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-7_tests_mse_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
+ - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --enable-stldebug
image: i386/debian:buster
<<: *job-push
variables:
diff --git a/tools/ci/branches/ci_mxe/.gitlab-ci.yml b/tools/ci/branches/ci_mxe/.gitlab-ci.yml
index 5e7526c7a..a0d64cdcf 100644
--- a/tools/ci/branches/ci_mxe/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mxe/.gitlab-ci.yml
@@ -24,7 +24,7 @@ mxe_gcc6_shared_32_testsbin:
stage: build
script:
- ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-gameclient --without-dyecmd
artifacts:
paths:
- logs
@@ -43,7 +43,7 @@ mxe_gcc6_shared_64_testsbin:
stage: build
script:
- ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-gameclient --without-dyecmd
artifacts:
paths:
- logs
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml
index a5c5995b3..66fbe53d4 100644
--- a/tools/ci/branches/ci_site/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_site/.gitlab-ci.yml
@@ -37,7 +37,7 @@ gcc-6_tests_gcov:
- ./tools/ci/scripts/clonesrc.sh
- cd manaplus
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc6_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_tests_gcov.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-6 g++-6
@@ -55,7 +55,7 @@ gcc-6_sdl2_tests_gcov:
script:
- ./tools/ci/scripts/clonesrc.sh
- cd manaplus
- - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh --without-dyecmd --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-6 g++-6
diff --git a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
index b1dcf40e6..ad0e743f8 100644
--- a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
@@ -20,7 +20,7 @@ gcc-8_pugixml_tests:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient --enable-libxml=pugixml
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -35,7 +35,7 @@ gcc-8_pugixml_tests_i386:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
+ - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-gameclient --enable-libxml=pugixml
image: i386/debian:unstable
<<: *job-push
variables:
diff --git a/tools/ci/branches/master/.gitlab-ci.yml b/tools/ci/branches/master/.gitlab-ci.yml
index fc91cad31..7c560cfc4 100644
--- a/tools/ci/branches/master/.gitlab-ci.yml
+++ b/tools/ci/branches/master/.gitlab-ci.yml
@@ -237,7 +237,7 @@ gcc-10_game_only:
gcc-10_dyecmd_only:
stage: prebuild
script:
- - ./tools/ci/jobs/gcc10.sh --without-manaplusgame
+ - ./tools/ci/jobs/gcc10.sh --without-gameclient
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -248,7 +248,7 @@ gcc-10_dyecmd_only:
gcc-10_unittestsbin:
stage: prebuild
script:
- - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc10_silent.sh --enable-unittestsbin --without-gameclient --without-dyecmd
<<: *job-push
variables:
PACKAGES: gcc-10 g++-10
@@ -330,7 +330,7 @@ triggers:
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- export LD_PRELOAD
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
@@ -356,7 +356,7 @@ triggers:
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- export LD_PRELOAD
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
@@ -383,7 +383,7 @@ triggers:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -405,7 +405,7 @@ triggers:
stage: build
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -430,7 +430,7 @@ triggers:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- echo /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvz}
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} env
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -454,7 +454,7 @@ triggers:
stage: build
script:
- ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
- - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc10_sanitize_tests.sh --enable-unittests=yes --with-sdl2 --without-gameclient --without-dyecmd
- /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
diff --git a/tools/ci/scripts/azure/mxetest.sh b/tools/ci/scripts/azure/mxetest.sh
index 30cf8342e..5745b69a0 100755
--- a/tools/ci/scripts/azure/mxetest.sh
+++ b/tools/ci/scripts/azure/mxetest.sh
@@ -6,7 +6,7 @@ echo docker login registry.gitlab.com -u azure -p TOKEN
docker login registry.gitlab.com -u azure -p $GITLABTOKEN || exit 1
export IMAGE="registry.gitlab.com/manaplus/mxe:gcc6_shared_${BITS}"
-export COMMAND="./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd"
+export COMMAND="./tools/ci/jobs/mxe_gcc6_tests.sh --without-gameclient --without-dyecmd"
export PACKAGES="bash"
./tools/ci/scripts/docker_run_cross.sh || exit 1
mkdir dlls || true
diff --git a/tools/ci/scripts/circleci/gcc6_sanitize_tests.sh b/tools/ci/scripts/circleci/gcc6_sanitize_tests.sh
index afaae9234..2f0d5684c 100755
--- a/tools/ci/scripts/circleci/gcc6_sanitize_tests.sh
+++ b/tools/ci/scripts/circleci/gcc6_sanitize_tests.sh
@@ -6,7 +6,7 @@ echo "Current node: ${CIRCLE_NODE_INDEX}"
case $CIRCLE_NODE_INDEX in
0)
export IMAGE=debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-manaplusgame --without-opengl --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-gameclient --without-opengl --with-sdl2"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
@@ -15,7 +15,7 @@ case $CIRCLE_NODE_INDEX in
;;
2)
export IMAGE=debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-manaplusgame --without-opengl"
+ export COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-gameclient --without-opengl"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;
diff --git a/tools/ci/scripts/circleci/gcc6_tests.sh b/tools/ci/scripts/circleci/gcc6_tests.sh
index 644f4b75f..d15a7dad9 100755
--- a/tools/ci/scripts/circleci/gcc6_tests.sh
+++ b/tools/ci/scripts/circleci/gcc6_tests.sh
@@ -6,25 +6,25 @@ echo "Current node: ${CIRCLE_NODE_INDEX}"
case $CIRCLE_NODE_INDEX in
0)
export IMAGE=i386/debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-opengl"
+ export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --without-opengl"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;
1)
export IMAGE=debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug --with-sdl2"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
2)
export IMAGE=i386/debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug --with-sdl2"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
3)
export IMAGE=debian:stretch
- export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug"
+ export COMMAND="./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug"
export PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;
diff --git a/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh b/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh
index 1b3c9a8fa..c6b9e9e05 100755
--- a/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh
+++ b/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh
@@ -9,7 +9,7 @@ case $CIRCLE_NODE_INDEX in
;;
1)
export IMAGE=debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-manaplusgame --without-opengl"
+ export COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-gameclient --without-opengl"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;
@@ -18,7 +18,7 @@ case $CIRCLE_NODE_INDEX in
;;
3)
export IMAGE=debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-manaplusgame --without-opengl --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --without-dyecmd --without-gameclient --without-opengl --with-sdl2"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
diff --git a/tools/ci/scripts/circleci/gcc7_tests.sh b/tools/ci/scripts/circleci/gcc7_tests.sh
index 0acab9a7b..dae8188fc 100755
--- a/tools/ci/scripts/circleci/gcc7_tests.sh
+++ b/tools/ci/scripts/circleci/gcc7_tests.sh
@@ -6,25 +6,25 @@ echo "Current node: ${CIRCLE_NODE_INDEX}"
case $CIRCLE_NODE_INDEX in
0)
export IMAGE=debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug --with-sdl2"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
1)
export IMAGE=i386/debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug --with-sdl2"
+ export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug --with-sdl2"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL2} valgrind"
./tools/ci/scripts/docker_run.sh
;;
2)
export IMAGE=debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --without-opengl --enable-glibcdebug"
+ export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --without-opengl --enable-glibcdebug"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;
3)
export IMAGE=i386/debian:buster
- export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --without-opengl"
+ export COMMAND="./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-gameclient --without-opengl"
export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL1} valgrind"
./tools/ci/scripts/docker_run.sh
;;