summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-17 13:14:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-17 13:14:23 (GMT)
commitba1d2d6a1b366d9ab02e863d9eb93a70e8e4d0e7 (patch)
treed68afde93b04aaea98d7cc21ec2d1d7d2362b586 /.travis.yml
parentf558e5ec4e15ff534f53df5f46c85c6f80a552c6 (diff)
downloadtk-ba1d2d6a1b366d9ab02e863d9eb93a70e8e4d0e7.zip
tk-ba1d2d6a1b366d9ab02e863d9eb93a70e8e4d0e7.tar.gz
tk-ba1d2d6a1b366d9ab02e863d9eb93a70e8e4d0e7.tar.bz2
Update Xcode from 11.5 to 11.6.
Make "make install" and "make dist" part of the Travis build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cc9f339..b0a78e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,9 +112,9 @@ jobs:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.5/Shared/XQuartz"
+ - name: "macOS/Clang/Xcode 11.6/Shared/XQuartz"
os: osx
- osx_image: xcode11.5
+ osx_image: xcode11.6
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"
@@ -130,7 +130,17 @@ jobs:
# - cd ${BUILD_DIR}
# install: []
# script:
-# - cmd.exe //C vcvarsall.bat x64 '&&' nmake '-f' makefile.vc all tcltest
+# - cmd.exe //C vcvarsall.bat x64 '&&' nmake '-f' makefile.vc all tktest
+# "make dist" only
+ - name: "Linux: make dist"
+ os: linux
+ dist: bionic
+ compiler: gcc
+ env:
+ - BUILD_DIR=unix
+ script:
+ - touch ../doc/man.macros
+ - make dist
before_install:
- |-
case $TRAVIS_OS_NAME in
@@ -145,6 +155,7 @@ before_script:
- export ERROR_ON_FAILURES=1
script:
- make binaries libraries tktest
+ - make install
cache:
directories:
- $HOME/AppData/Local/Temp/chocolatey