Browse Source

Use Ubuntu 17.10 in travis now

main
Matthias Volk 7 years ago
parent
commit
ddbe3d7c4c
  1. 30
      .travis.yml
  2. 2
      travis/generate_travis.py

30
.travis.yml

@ -39,11 +39,11 @@ jobs:
# Stage: Build (1st run) # Stage: Build (1st run)
### ###
# ubuntu-16.10 # ubuntu-17.10
- stage: Build (1st run) - stage: Build (1st run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultDebug LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- rm -rf build - rm -rf build
- travis/install_linux.sh - travis/install_linux.sh
@ -56,7 +56,7 @@ jobs:
- stage: Build (1st run) - stage: Build (1st run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultRelease LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- rm -rf build - rm -rf build
- travis/install_linux.sh - travis/install_linux.sh
@ -71,11 +71,11 @@ jobs:
# Stage: Build (2nd run) # Stage: Build (2nd run)
### ###
# ubuntu-16.10 # ubuntu-17.10
- stage: Build (2nd run) - stage: Build (2nd run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultDebug LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -87,7 +87,7 @@ jobs:
- stage: Build (2nd run) - stage: Build (2nd run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultRelease LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -101,11 +101,11 @@ jobs:
# Stage: Build (3rd run) # Stage: Build (3rd run)
### ###
# ubuntu-16.10 # ubuntu-17.10
- stage: Build (3rd run) - stage: Build (3rd run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultDebug LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -117,7 +117,7 @@ jobs:
- stage: Build (3rd run) - stage: Build (3rd run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultRelease LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -131,11 +131,11 @@ jobs:
# Stage: Build (4th run) # Stage: Build (4th run)
### ###
# ubuntu-16.10 # ubuntu-17.10
- stage: Build (4th run) - stage: Build (4th run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultDebug LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -147,7 +147,7 @@ jobs:
- stage: Build (4th run) - stage: Build (4th run)
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultRelease LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -161,11 +161,11 @@ jobs:
# Stage: Test all # Stage: Test all
### ###
# ubuntu-16.10 # ubuntu-17.10
- stage: Test all - stage: Test all
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultDebug LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:
@ -181,7 +181,7 @@ jobs:
- stage: Test all - stage: Test all
os: linux os: linux
compiler: gcc compiler: gcc
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc env: CONFIG=DefaultRelease LINUX=ubuntu-17.10 COMPILER=gcc
install: install:
- travis/install_linux.sh - travis/install_linux.sh
script: script:

2
travis/generate_travis.py

@ -2,7 +2,7 @@
# Configuration for Linux # Configuration for Linux
configs_linux = [ configs_linux = [
# OS, compiler # OS, compiler
("ubuntu-16.10", "gcc", ""), ("ubuntu-17.10", "gcc", ""),
#("debian-9", "gcc", ""), #("debian-9", "gcc", ""),
] ]

|||||||
100:0
Loading…
Cancel
Save