summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-29 08:21:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-29 08:21:25 (GMT)
commit7f6f8a4c12e2bdd95b3de313a9fa8e179518631a (patch)
treeb03ddb8e895387f4ce3e93fe1c4794c3d68f1865 /.travis.yml
parent2f293a5160de209c563b72b6466efea890f0fd15 (diff)
downloadtk-7f6f8a4c12e2bdd95b3de313a9fa8e179518631a.zip
tk-7f6f8a4c12e2bdd95b3de313a9fa8e179518631a.tar.gz
tk-7f6f8a4c12e2bdd95b3de313a9fa8e179518631a.tar.bz2
Make Travis build labels the same as Tcl
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 3092b83..29a66d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,7 @@ matrix:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.5/Shared"
+ - name: "macOS/Clang/Xcode 11.5/Shared"
os: osx
osx_image: xcode11.5
env:
@@ -124,7 +124,7 @@ matrix:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: &mactest
- make binaries libraries tktest
- - name: "macOS/Xcode 11.5/Static"
+ - name: "macOS/Clang/Xcode 11.5/Static"
os: osx
osx_image: xcode11.5
env:
@@ -133,7 +133,7 @@ matrix:
install:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: *mactest
- - name: "macOS/Xcode 11.5/Debug"
+ - name: "macOS/Clang/Xcode 11.5/Debug"
os: osx
osx_image: xcode11.5
env:
@@ -142,7 +142,7 @@ matrix:
install:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: *mactest
- - name: "macOS/Xcode 11.5/Shared/XQuartz"
+ - name: "macOS/Clang/Xcode 11.5/Shared/XQuartz"
os: osx
osx_image: xcode11.5
env:
@@ -152,7 +152,7 @@ matrix:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: *mactest
# Older MacOS versions
- - name: "macOS/Xcode 11/Shared"
+ - name: "macOS/Clang/Xcode 11/Shared"
os: osx
osx_image: xcode11
env:
@@ -161,7 +161,7 @@ matrix:
install:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: *mactest
- - name: "macOS/Xcode 10/Shared"
+ - name: "macOS/Clang/Xcode 10/Shared"
os: osx
osx_image: xcode10.3
env:
@@ -170,7 +170,7 @@ matrix:
install:
- ./configure ${CFGOPT} "--prefix=$HOME" || (cat config.log && exit 1)
script: *mactest
- - name: "macOS/Xcode 9/Shared"
+ - name: "macOS/Clang/Xcode 9/Shared"
os: osx
osx_image: xcode9.4
env: