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)
commitdd58b0181885558dd14b2db5a130afc28a1daf97 (patch)
treeaec7670436b84c8ff541635c2513f623085deee1 /.travis.yml
parent685e1ce031a27fe9c432c305c67abc77934aa555 (diff)
downloadtcl-dd58b0181885558dd14b2db5a130afc28a1daf97.zip
tcl-dd58b0181885558dd14b2db5a130afc28a1daf97.tar.gz
tcl-dd58b0181885558dd14b2db5a130afc28a1daf97.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)