summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-24 06:41:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-24 06:41:04 (GMT)
commite4fcd7152b8701ae9adbf0cc608572d7f253e2c3 (patch)
treeef3c14dfce06aaa8cec0276040334c3e1c034c0f
parent3ee0402bd5245e265b10cff5f2bdb7c0f135ed6f (diff)
downloadtcl-e4fcd7152b8701ae9adbf0cc608572d7f253e2c3.zip
tcl-e4fcd7152b8701ae9adbf0cc608572d7f253e2c3.tar.gz
tcl-e4fcd7152b8701ae9adbf0cc608572d7f253e2c3.tar.bz2
Add gcc-10 build to Travis
-rw-r--r--.travis.yml30
1 files changed, 8 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index 53e0bac..ac27dd2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: c
addons:
apt:
+ sources:
+ - ubuntu-toolchain-r-test
packages:
- binutils-mingw-w64-i686
- binutils-mingw-w64-x86-64
@@ -11,7 +13,7 @@ addons:
- gcc-multilib
jobs:
include:
-# Testing on Linux with various compilers
+# Testing on Linux GCC
- name: "Linux/GCC/Shared"
os: linux
dist: focal
@@ -60,29 +62,15 @@ jobs:
env:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
-# Older versions of GCC...
- - name: "Linux/GCC 7/Shared"
+# Newer/Older versions of GCC
+ - name: "Linux/GCC 10/Shared"
os: linux
dist: focal
- compiler: gcc-7
+ compiler: gcc-10
addons:
apt:
- sources:
- - ubuntu-toolchain-r-test
packages:
- - g++-7
- env:
- - BUILD_DIR=unix
- - name: "Linux/GCC 6/Shared"
- os: linux
- dist: bionic
- compiler: gcc-6
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - g++-6
+ - g++-10
env:
- BUILD_DIR=unix
- name: "Linux/GCC 5/Shared"
@@ -91,13 +79,11 @@ jobs:
compiler: gcc-5
addons:
apt:
- sources:
- - ubuntu-toolchain-r-test
packages:
- g++-5
env:
- BUILD_DIR=unix
-# Clang
+# Testing on Linux Clang
- name: "Linux/Clang/Shared"
os: linux
dist: focal