summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-07 14:36:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-07 14:36:11 (GMT)
commitc4a716a51763edcf3c68dd8caf5359f20d430779 (patch)
tree906ec3283dd53e2ebd9c31539a7560ee36f9e470
parent2b93599ffd06e74e9e904fbafd83196839390119 (diff)
downloadtcl-c4a716a51763edcf3c68dd8caf5359f20d430779.zip
tcl-c4a716a51763edcf3c68dd8caf5359f20d430779.tar.gz
tcl-c4a716a51763edcf3c68dd8caf5359f20d430779.tar.bz2
Add --enable-threads to Windows/GCC (native) builds. This is - most likely - the cause of the travis failure in compile.test.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c68a350..fd6f31a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -252,7 +252,7 @@ matrix:
compiler: gcc
env:
- BUILD_DIR=win
- - CFGOPT="--enable-64bit"
+ - CFGOPT="--enable-64bit --enable-threads"
before_install:
- choco install make
- cd ${BUILD_DIR}
@@ -261,7 +261,7 @@ matrix:
compiler: gcc
env:
- BUILD_DIR=win
- - CFGOPT="--enable-64bit --disable-shared"
+ - CFGOPT="--enable-64bit --enable-threads --disable-shared"
before_install:
- choco install make
- cd ${BUILD_DIR}
@@ -270,7 +270,7 @@ matrix:
compiler: gcc
env:
- BUILD_DIR=win
- - CFGOPT="--enable-64bit --enable-symbols"
+ - CFGOPT="--enable-64bit --enable-threads --enable-symbols"
before_install:
- choco install make
- cd ${BUILD_DIR}