summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-12 22:06:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-12 22:06:09 (GMT)
commit863dfac9d97961899f8a8de2ed404e509b578c16 (patch)
tree783a0fa94426c8a2e644a0de11705074b493e1a5 /.travis.yml
parent41e4211a15b085e6f456693fe2ef6ad980bde593 (diff)
downloadtcl-863dfac9d97961899f8a8de2ed404e509b578c16.zip
tcl-863dfac9d97961899f8a8de2ed404e509b578c16.tar.gz
tcl-863dfac9d97961899f8a8de2ed404e509b578c16.tar.bz2
try to install libtommath 1.2.0 through homebrew on MacOS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 436982b..0a4a0c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -152,6 +152,10 @@ matrix:
- make all
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
+ addons:
+ homebrew:
+ packages:
+ - libtommath
- name: "macOS/Xcode 10/Shared"
os: osx
osx_image: xcode10.3
@@ -159,6 +163,10 @@ matrix:
- BUILD_DIR=macosx
install: []
script: *mactest
+ addons:
+ homebrew:
+ packages:
+ - libtommath
- name: "macOS/Xcode 9/Shared"
os: osx
osx_image: xcode9
@@ -166,6 +174,10 @@ matrix:
- BUILD_DIR=macosx
install: []
script: *mactest
+ addons:
+ homebrew:
+ packages:
+ - libtommath
- name: "macOS/Xcode 8/Shared"
os: osx
osx_image: xcode8
@@ -173,6 +185,10 @@ matrix:
- BUILD_DIR=macosx
install: []
script: *mactest
+ addons:
+ homebrew:
+ packages:
+ - libtommath
# Test with mingw-w64 cross-compile
# Doesn't run tests because wine is only an imperfect Windows emulation
- name: "Linux-cross-Windows/GCC/Shared/no test"