diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-01 18:38:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-01 18:38:07 +0300 |
commit | f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4 (patch) | |
tree | 51492d48c4119b72c0edbe838c00c0e0318951fd /.travis.yml | |
parent | 7b261cb926402f3d8e9b6ce0f9bdeaa26200fd5a (diff) | |
download | plus-f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4.tar.gz plus-f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4.tar.bz2 plus-f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4.tar.xz plus-f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4.zip |
Add into .travis.yml build tests with saniti flags + glibc debug.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 11e6cb5a2..65fcbaffd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --enable-glibcdebug" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1} + valgrind" # i386, sdl1, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 @@ -88,6 +93,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --enable-glibcdebug" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1} + valgrind" # amd64, sdl2, --disable-tmwa - IMAGE=debian:unstable @@ -118,6 +128,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --enable-glibcdebug" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2} + valgrind" # i386, sdl2, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 @@ -148,6 +163,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --enable-glibcdebug" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2} + valgrind" notifications: email: false |