summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 10:28:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 10:28:19 (GMT)
commit8e6febd2151aacb1b563f09f2f3dbb5a2a25efde (patch)
treecb650bde09ae0ea8e6436e98d635f20116a6afec /.travis.yml
parente7133d9dbbefecfc508a4b5260ad2470da27de9e (diff)
downloadtk-8e6febd2151aacb1b563f09f2f3dbb5a2a25efde.zip
tk-8e6febd2151aacb1b563f09f2f3dbb5a2a25efde.tar.gz
tk-8e6febd2151aacb1b563f09f2f3dbb5a2a25efde.tar.bz2
Don't bother MacOS builds on XQuarz, since that's basically the same as on Ubuntu
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 517857e..e8d4e41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -131,12 +131,12 @@ jobs:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols"
# Testing on Mac, various styles
- - name: "macOS/Xcode 12/Shared/XQuartz"
- os: osx
- osx_image: xcode12
- env:
- - BUILD_DIR=unix
- - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include"
+# - name: "macOS/Xcode 12/Shared/XQuartz"
+# os: osx
+# osx_image: xcode12
+# env:
+# - BUILD_DIR=unix
+# - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include"
# Test on Windows with MSVC native
# - name: "Windows/MSVC/Shared"
# os: windows