summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-07 16:34:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-07 16:34:57 (GMT)
commite53cbf77bf43398c097556b24a5c1e6a26e56b40 (patch)
treeaec7670436b84c8ff541635c2513f623085deee1 /.travis.yml
parent636e4d4826142fcd8b3d159eeca1c226ea25e9c6 (diff)
downloadtcl-e53cbf77bf43398c097556b24a5c1e6a26e56b40.zip
tcl-e53cbf77bf43398c097556b24a5c1e6a26e56b40.tar.gz
tcl-e53cbf77bf43398c097556b24a5c1e6a26e56b40.tar.bz2
xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5773b5b..6447b34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,7 @@ jobs:
# Testing on Mac, various styles
- name: "macOS/Xcode 12/Shared"
os: osx
- osx_image: xcode12
+ osx_image: xcode12.2
env:
- BUILD_DIR=macosx
install: []
@@ -124,7 +124,7 @@ jobs:
- make test styles=develop
- name: "macOS/Xcode 12/Shared/Unix-like"
os: osx
- osx_image: xcode12
+ osx_image: xcode12.2
env:
- BUILD_DIR=unix
# Newer MacOS versions
@@ -320,6 +320,7 @@ jobs:
- CFGOPT="--enable-threads --enable-symbols=mem"
before_install: *makepreinst
before_install:
+ - touch generic/tclStubInit.c
- cd ${BUILD_DIR}
install:
- ./configure ${CFGOPT} --prefix=$HOME || (cat config.log && exit 1)