summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-04 13:30:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-04 13:30:22 (GMT)
commit8ed389c37a4e2b151412b9b3b7b5308cb73a6a66 (patch)
tree6c87f6ceea8cb7ed79608db9c93fdd28a0a2d02c /.travis.yml
parent3fc1c2a1729ed34996f1f447f93aadd6b0b6416f (diff)
parent7d17ab9a13b2917659e8ced2ba0ae79f05a2ba09 (diff)
downloadtcl-8ed389c37a4e2b151412b9b3b7b5308cb73a6a66.zip
tcl-8ed389c37a4e2b151412b9b3b7b5308cb73a6a66.tar.gz
tcl-8ed389c37a4e2b151412b9b3b7b5308cb73a6a66.tar.bz2
Merge 8.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 814b3d0..8c1438c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -230,8 +230,8 @@ matrix:
before_install: *vcpreinst
install: []
script:
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static -f makefile.vc all tcltest'
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static -f makefile.vc test'
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static,msvcrt -f makefile.vc all tcltest'
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static,msvcrt -f makefile.vc test'
- name: "Windows/MSVC/Debug"
os: windows
compiler: cl
@@ -276,8 +276,8 @@ matrix:
before_install: *vcpreinst
install: []
script:
- - cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=static -f makefile.vc all tcltest'
- - cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=static -f makefile.vc test'
+ - cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=static,msvcrt -f makefile.vc all tcltest'
+ - cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=static,msvcrt -f makefile.vc test'
- name: "Windows/MSVC-x86/Debug"
os: windows
compiler: cl