diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-04 13:26:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-04 13:26:53 (GMT) |
commit | 7d17ab9a13b2917659e8ced2ba0ae79f05a2ba09 (patch) | |
tree | 1ec1da2f2a3c6f934668b6076674b6c16e66b548 /.travis.yml | |
parent | 29b775c36a946b22ee92634710797935911a4baa (diff) | |
parent | 0acc700234e4684a44765c0fccb621c71f1dc93f (diff) | |
download | tcl-7d17ab9a13b2917659e8ced2ba0ae79f05a2ba09.zip tcl-7d17ab9a13b2917659e8ced2ba0ae79f05a2ba09.tar.gz tcl-7d17ab9a13b2917659e8ced2ba0ae79f05a2ba09.tar.bz2 |
Merge 8.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 1849360..ed8e5d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -237,8 +237,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 @@ -283,8 +283,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 |