summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-24 07:57:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-24 07:57:04 (GMT)
commitf4415cfc4fc82d9962a833a5e583f183f2f19cd5 (patch)
treea2bcd6f3607e4ea5cd5eea761da327bc5d8e868d /.travis.yml
parentc05e91851a12fc1f54e55f04dd63f38862b03788 (diff)
downloadtcl-f4415cfc4fc82d9962a833a5e583f183f2f19cd5.zip
tcl-f4415cfc4fc82d9962a833a5e583f183f2f19cd5.tar.gz
tcl-f4415cfc4fc82d9962a833a5e583f183f2f19cd5.tar.bz2
Upgrade Travis build from bionic to focal
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 05c2f6a..dd86769 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,48 +14,48 @@ jobs:
# Testing on Linux with various compilers
- name: "Linux/GCC/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
- name: "Linux/GCC/Shared: UTF_MAX=4"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
- CFGOPT=CFLAGS=-DTCL_UTF_MAX=4
- name: "Linux/GCC/Shared: UTF_MAX=5"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
- CFGOPT=CFLAGS=-DTCL_UTF_MAX=5
- name: "Linux/GCC/Shared: UTF_MAX=6"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
- CFGOPT=CFLAGS=-DTCL_UTF_MAX=6
- name: "Linux/GCC/Static"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- CFGOPT="--disable-shared"
- BUILD_DIR=unix
- name: "Linux/GCC/Debug"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols"
- name: "Linux/GCC/Mem-Debug"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc
env:
- BUILD_DIR=unix
@@ -63,7 +63,7 @@ jobs:
# Older versions of GCC...
- name: "Linux/GCC 7/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc-7
addons:
apt:
@@ -75,7 +75,7 @@ jobs:
- BUILD_DIR=unix
- name: "Linux/GCC 6/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc-6
addons:
apt:
@@ -87,7 +87,7 @@ jobs:
- BUILD_DIR=unix
- name: "Linux/GCC 5/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: gcc-5
addons:
apt:
@@ -100,27 +100,27 @@ jobs:
# Clang
- name: "Linux/Clang/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: clang
env:
- BUILD_DIR=unix
- name: "Linux/Clang/Static"
os: linux
- dist: bionic
+ dist: focal
compiler: clang
env:
- CFGOPT="--disable-shared"
- BUILD_DIR=unix
- name: "Linux/Clang/Debug"
os: linux
- dist: bionic
+ dist: focal
compiler: clang
env:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols"
- name: "Linux/Clang/Mem-Debug"
os: linux
- dist: bionic
+ dist: focal
compiler: clang
env:
- BUILD_DIR=unix
@@ -174,7 +174,7 @@ jobs:
# Doesn't run tests because wine is only an imperfect Windows emulation
- name: "Linux-cross-Windows/GCC/Shared/no test"
os: linux
- dist: bionic
+ dist: focal
compiler: x86_64-w64-mingw32-gcc
env:
- BUILD_DIR=win
@@ -188,7 +188,7 @@ jobs:
# Doesn't run tests because wine is only an imperfect Windows emulation
- name: "Linux-cross-Windows-32/GCC/Shared/no test"
os: linux
- dist: bionic
+ dist: focal
compiler: i686-w64-mingw32-gcc
env:
- BUILD_DIR=win