From f0f7ccfcbae232cc86934c2092fa7da22a8a4fc4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Mar 2017 18:38:07 +0300 Subject: Add into .travis.yml build tests with saniti flags + glibc debug. --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3-60-g2f50