From 6bc2ce8129cacc3a2de64e8384fb5c68c30fc6b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Mar 2017 18:45:29 +0300 Subject: Add into .travis.yml some builds without physfs. --- .travis.yml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65fcbaffd..8be71c88e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,10 +34,18 @@ env: COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa" PACKAGES="gcc-5 g++-5 ${LIBS_PACKAGES} ${SDL1}" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --without-physfs" + PACKAGES="gcc-5 g++-5 + ${LIBS_PACKAGES} ${SDL1}" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa" PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1}" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1}" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 @@ -48,6 +56,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1} + valgrind" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 @@ -58,6 +71,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 --without-physfs" + 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 @@ -69,10 +87,18 @@ env: COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa" PACKAGES="gcc-5 g++-5 ${LIBS_PACKAGES} ${SDL1}" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --without-physfs" + PACKAGES="gcc-5 g++-5 + ${LIBS_PACKAGES} ${SDL1}" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa" PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1}" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1}" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 @@ -83,6 +109,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL1} + valgrind" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 @@ -93,6 +124,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 --without-physfs" + 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 @@ -104,10 +140,18 @@ env: COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --with-sdl2" PACKAGES="gcc-5 g++-5 ${LIBS_PACKAGES} ${SDL2}" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --with-sdl2 --without-physfs" + PACKAGES="gcc-5 g++-5 + ${LIBS_PACKAGES} ${SDL2}" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --with-sdl2" PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2}" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --with-sdl2 --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2}" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" PACKAGES="gcc-5 g++-5 @@ -118,6 +162,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2} + valgrind" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" PACKAGES="gcc-5 g++-5 @@ -128,6 +177,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 --without-physfs" + 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 @@ -139,10 +193,18 @@ env: COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --with-sdl2" PACKAGES="gcc-5 g++-5 ${LIBS_PACKAGES} ${SDL2}" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc5.sh --enable-werror --disable-tmwa --with-sdl2 --without-physfs" + PACKAGES="gcc-5 g++-5 + ${LIBS_PACKAGES} ${SDL2}" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --with-sdl2" PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2}" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6.sh --enable-werror --disable-tmwa --with-sdl2 --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2}" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" PACKAGES="gcc-5 g++-5 @@ -153,6 +215,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --without-physfs" + PACKAGES="gcc-6 g++-6 + ${LIBS_PACKAGES} ${SDL2} + valgrind" - IMAGE=vicamo/debian:sid-i386 COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" PACKAGES="gcc-5 g++-5 @@ -163,6 +230,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 --without-physfs" + 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 -- cgit v1.2.3-60-g2f50