diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-09 17:15:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-09 17:15:54 +0300 |
commit | 1076ed1788adb2499d9b369d190243f3b70921c8 (patch) | |
tree | a59ac8cd5ec594c6a207bab7fb014fcac556014d /.travis.yml | |
parent | bccd8c8924e0b191b44abdfb77a9ac56ea695988 (diff) | |
download | plus-1076ed1788adb2499d9b369d190243f3b70921c8.tar.gz plus-1076ed1788adb2499d9b369d190243f3b70921c8.tar.bz2 plus-1076ed1788adb2499d9b369d190243f3b70921c8.tar.xz plus-1076ed1788adb2499d9b369d190243f3b70921c8.zip |
Remove physfs related builds from .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/.travis.yml b/.travis.yml index 9f80e290f..26c3aa589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,20 +35,10 @@ env: 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 - libphysfs-dev - ${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 - libphysfs-dev - ${LIBS_PACKAGES} ${SDL1}" - - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 ${LIBS_PACKAGES} ${SDL1} @@ -59,12 +49,6 @@ env: ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL1} @@ -75,12 +59,6 @@ env: ${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 - libphysfs-dev - ${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} @@ -92,20 +70,10 @@ env: 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 - libphysfs-dev - ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL1} @@ -116,12 +84,6 @@ env: ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL1} @@ -132,12 +94,6 @@ env: ${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 - libphysfs-dev - ${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} @@ -149,20 +105,10 @@ env: 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 - libphysfs-dev - ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL2} @@ -173,12 +119,6 @@ env: ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL2} @@ -189,12 +129,6 @@ env: ${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 - libphysfs-dev - ${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} @@ -206,20 +140,10 @@ env: 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 - libphysfs-dev - ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL2} @@ -230,12 +154,6 @@ env: ${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 - libphysfs-dev - ${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 ${LIBS_PACKAGES} ${SDL2} @@ -246,12 +164,6 @@ env: ${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 - libphysfs-dev - ${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} |