diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-08 21:48:54 -0300 |
commit | 1d56e8f96def89ebcdd59ae85932353b52a973ec (patch) | |
tree | be14e679babc650f5db61af73ec53e0080735bad /tools/ci/scripts/circleci/gcc7_sanitize_tests.sh | |
parent | 804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff) | |
download | manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.gz manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.bz2 manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.xz manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.zip |
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players
removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends)
updated copyright -2020 for manaplus
* Updated in 2024-02-08 with conflicts by Jesusalva
Diffstat (limited to 'tools/ci/scripts/circleci/gcc7_sanitize_tests.sh')
-rwxr-xr-x | tools/ci/scripts/circleci/gcc7_sanitize_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh b/tools/ci/scripts/circleci/gcc7_sanitize_tests.sh index 1b3c9a8fa..e7d243407 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-manaversegame --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-manaversegame --without-opengl --with-sdl2" export PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL2} valgrind" ./tools/ci/scripts/docker_run.sh ;; |