summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-06 17:36:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-06 17:36:50 (GMT)
commit4f03addd7ef49cab94988511228be280c4a97ec7 (patch)
tree458b8b8ab127015d39ce7df57d6dcc7189a9bffc /.travis.yml
parent8f3dc754512aa5d562d9669f5a533fd330091692 (diff)
parentd60bc321ce3c20557744e9e4ac1d5ae45f0d7ee3 (diff)
downloadtcl-4f03addd7ef49cab94988511228be280c4a97ec7.zip
tcl-4f03addd7ef49cab94988511228be280c4a97ec7.tar.gz
tcl-4f03addd7ef49cab94988511228be280c4a97ec7.tar.bz2
Merge 8.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fc318c2..a7c1d2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -243,6 +243,15 @@ jobs:
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"
os: windows
compiler: cl