summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-10 22:14:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-10 22:15:57 +0300
commitaa3f63fd497558a02feb3ddbc44f31eac091f39b (patch)
tree0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /.travis.yml
parent7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff)
downloadplus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip
Remove most unused files.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml177
1 files changed, 0 insertions, 177 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index da5829f84..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,177 +0,0 @@
-sudo: required
-
-services:
- - docker
-
-language: c++
-dist: trusty
-
-before_script:
- - uname -a
- - echo before_script
- - ./tools/ci/scripts/retry.sh sudo apt-get update
- - ./tools/ci/scripts/retry.sh sudo apt-get install docker
-
-script:
- - travis_wait 150 sleep infinity &
- - ./tools/ci/scripts/docker_run.sh
- - docker ps -a
-
-after_script:
- cat config.log || true
-
-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
- libxml2-dev libcurl4-gnutls-dev libpng-dev"
- matrix:
-# amd64, sdl1, --disable-tmwa
- - IMAGE=debian:unstable
- 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/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
- ${LIBS_PACKAGES} ${SDL1}
- valgrind"
- - IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
- 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
- ${LIBS_PACKAGES} ${SDL1}
- valgrind"
-
-# i386, sdl1, --disable-tmwa
- - IMAGE=vicamo/debian:sid-i386
- 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/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
- ${LIBS_PACKAGES} ${SDL1}
- valgrind"
- - IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
- 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
- ${LIBS_PACKAGES} ${SDL1}
- valgrind"
- - IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame"
- PACKAGES="gcc-6 g++-6
- ${LIBS_PACKAGES} ${SDL1}
- valgrind"
-
-# amd64, sdl2, --disable-tmwa
- - IMAGE=debian:unstable
- 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/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
- ${LIBS_PACKAGES} ${SDL2}
- valgrind"
- - IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
- 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
- ${LIBS_PACKAGES} ${SDL2}
- valgrind"
-
-# i386, sdl2, --disable-tmwa
- - IMAGE=vicamo/debian:sid-i386
- 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/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
- ${LIBS_PACKAGES} ${SDL2}
- valgrind"
- - IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc6_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
- 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
- ${LIBS_PACKAGES} ${SDL2}
- valgrind"
- - IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
- PACKAGES="gcc-6 g++-6
- ${LIBS_PACKAGES} ${SDL2}
- valgrind"
-
-notifications:
- email: false