From 7d70a61bacb8f5676c20236260d69f72a0c0cb03 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Jun 2017 18:00:27 +0300 Subject: Add gcc-7 builds into .travis.yml --- .travis.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ada3a3184..a672274bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,10 @@ env: 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/gcc7.sh --enable-werror --disable-tmwa" + PACKAGES="gcc-7 g++-7 + ${LIBS_PACKAGES} ${SDL1}" - IMAGE=debian:unstable COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" PACKAGES="gcc-5 g++-5 @@ -42,6 +46,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" + PACKAGES="gcc-7 g++-7 + ${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 @@ -52,6 +61,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame" + PACKAGES="gcc-7 g++-7 + ${LIBS_PACKAGES} ${SDL1} + valgrind" # i386, sdl1, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 @@ -62,6 +76,10 @@ env: 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/gcc7.sh --enable-werror --disable-tmwa" + PACKAGES="gcc-7 g++-7 + ${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 @@ -72,6 +90,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" + PACKAGES="gcc-7 g++-7 + ${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 @@ -92,6 +115,10 @@ env: 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/gcc7.sh --enable-werror --disable-tmwa --with-sdl2" + PACKAGES="gcc-7 g++-7 + ${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 @@ -102,6 +129,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" + PACKAGES="gcc-7 g++-7 + ${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 @@ -112,6 +144,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=debian:unstable + COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" + PACKAGES="gcc-7 g++-7 + ${LIBS_PACKAGES} ${SDL2} + valgrind" # i386, sdl2, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 @@ -122,6 +159,10 @@ env: 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/gcc7.sh --enable-werror --disable-tmwa --with-sdl2" + PACKAGES="gcc-7 g++-7 + ${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 @@ -132,6 +173,11 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" + - IMAGE=vicamo/debian:sid-i386 + COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" + PACKAGES="gcc-7 g++-7 + ${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 -- cgit v1.2.3-60-g2f50