diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-04 22:55:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-04 22:55:31 +0300 |
commit | 31b067a6de1ae22a241c19e85f1eff7a51f4ce48 (patch) | |
tree | b7a4db396c3693e133db0014964411ab083b7761 | |
parent | 0e638ed1091139bb707dc616d34177eb46373901 (diff) | |
download | ManaVerse-31b067a6de1ae22a241c19e85f1eff7a51f4ce48.tar.gz ManaVerse-31b067a6de1ae22a241c19e85f1eff7a51f4ce48.tar.bz2 ManaVerse-31b067a6de1ae22a241c19e85f1eff7a51f4ce48.tar.xz ManaVerse-31b067a6de1ae22a241c19e85f1eff7a51f4ce48.zip |
Remove libphysfs-dev from .travis.yml
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8be71c88e..9f80e290f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ env: global: - SDL1="libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev" - SDL2="libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev" - - LIBS_PACKAGES="make autoconf automake autopoint gettext libphysfs-dev + - LIBS_PACKAGES="make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev" matrix: # amd64, sdl1, --disable-tmwa @@ -37,6 +37,7 @@ env: - 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" @@ -45,6 +46,7 @@ env: - 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" @@ -59,6 +61,7 @@ env: - 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 @@ -74,6 +77,7 @@ env: - 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 @@ -90,6 +94,7 @@ env: - 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" @@ -98,6 +103,7 @@ env: - 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" @@ -112,6 +118,7 @@ env: - 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 @@ -127,6 +134,7 @@ env: - 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 @@ -143,6 +151,7 @@ env: - 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" @@ -151,6 +160,7 @@ env: - 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" @@ -165,6 +175,7 @@ env: - 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 @@ -180,6 +191,7 @@ env: - 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 @@ -196,6 +208,7 @@ env: - 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" @@ -204,6 +217,7 @@ env: - 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" @@ -218,6 +232,7 @@ env: - 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 @@ -233,6 +248,7 @@ env: - 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 |