summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-07 14:25:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-07 14:25:31 (GMT)
commitf6bd13629fa5edb7707fc6adb73029c9a09b5e1f (patch)
tree5ee8da5891c2353089731a911675c2623297303f /.travis.yml
parent025153490f40795bb46adcf7c583fb414a130564 (diff)
downloadtcl-f6bd13629fa5edb7707fc6adb73029c9a09b5e1f.zip
tcl-f6bd13629fa5edb7707fc6adb73029c9a09b5e1f.tar.gz
tcl-f6bd13629fa5edb7707fc6adb73029c9a09b5e1f.tar.bz2
In configure/make Windows build, static builds include dde and registry extension statically too implicitly
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 6438d66..f166e82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -257,15 +257,6 @@ jobs:
before_install: *vcpreinst
install: []
script:
- - 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/StaticPackage"
- os: windows
- compiler: cl
- env: *vcenv
- before_install: *vcpreinst
- install: []
- script:
- cmd.exe //C vcvarsall.bat x64 '&&' nmake 'OPTS=static,staticpkg,msvcrt' '-f' makefile.vc all tcltest
- cmd.exe //C vcvarsall.bat x64 '&&' nmake 'OPTS=static,staticpkg,msvcrt' '-f' makefile.vc test
- name: "Windows/MSVC/Debug"
@@ -321,8 +312,8 @@ jobs:
before_install: *vcpreinst
install: []
script:
- - 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
+ - cmd.exe //C vcvarsall.bat x86 '&&' nmake 'OPTS=static,staticpkg,msvcrt' '-f' makefile.vc all tcltest
+ - cmd.exe //C vcvarsall.bat x86 '&&' nmake 'OPTS=static,staticpkg,msvcrt' '-f' makefile.vc test
- name: "Windows/MSVC-x86/Debug"
os: windows
compiler: cl