summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-08 09:07:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-08 09:07:54 (GMT)
commit4aa5c9b175750b383dcc42472a2f46e2d226f919 (patch)
treec8e3169e630b725d037d39aeb4eef103fe618799 /.travis.yml
parent0875db50b362a9413f011257553900b41e1b8f5f (diff)
parentdd58b0181885558dd14b2db5a130afc28a1daf97 (diff)
downloadtcl-4aa5c9b175750b383dcc42472a2f46e2d226f919.zip
tcl-4aa5c9b175750b383dcc42472a2f46e2d226f919.tar.gz
tcl-4aa5c9b175750b383dcc42472a2f46e2d226f919.tar.bz2
Merge 8.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 14d651f..8712ebf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,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: []
@@ -117,9 +117,10 @@ 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
+ - CFGOPT="--enable-dtrace"
# Newer MacOS versions
- name: "macOS/Xcode 12/Universal Apps/Shared"
os: osx
@@ -360,6 +361,7 @@ jobs:
script:
- make dist
before_install:
+ - touch generic/tclStubInit.c generic/tclOOStubInit.c
- cd ${BUILD_DIR}
install:
- mkdir "$HOME/install dir"