From 64ffd7e887b2a6f236bf7ee7082232045fb91ed1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 May 2020 02:37:50 +0300 Subject: Replace gcc-7 to gcc-10 in .travis.yml --- .travis.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67e9e4114..7325a0138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,8 @@ env: 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 + COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL1}" - IMAGE=ubuntu:cosmic COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" @@ -51,8 +51,8 @@ env: ${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 + COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL1} valgrind" - IMAGE=ubuntu:cosmic @@ -71,8 +71,8 @@ env: 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 + COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL1}" - IMAGE=i386/ubuntu:cosmic COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" @@ -85,8 +85,8 @@ env: ${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 + COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL1} valgrind" @@ -100,8 +100,8 @@ env: 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 + COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa --with-sdl2" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL2}" - IMAGE=ubuntu:cosmic COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" @@ -114,8 +114,8 @@ env: ${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 + COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL2} valgrind" - IMAGE=ubuntu:cosmic @@ -134,8 +134,8 @@ env: 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 + COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa --with-sdl2" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL2}" - IMAGE=i386/ubuntu:cosmic COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" @@ -148,8 +148,8 @@ env: ${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 + COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" + PACKAGES="gcc-10 g++-10 ${LIBS_PACKAGES} ${SDL2} valgrind" -- cgit v1.2.3-70-g09d2