summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 08:08:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 08:08:33 (GMT)
commitadbd7d18869a4d99a25188fad9c3bbf55d072980 (patch)
tree52f24ce2ea182442470b06b14f497cb063790c2e /.travis.yml
parent1f617e10f6b316a6aa2173eb216de2b95809d6b8 (diff)
downloadtcl-adbd7d18869a4d99a25188fad9c3bbf55d072980.zip
tcl-adbd7d18869a4d99a25188fad9c3bbf55d072980.tar.gz
tcl-adbd7d18869a4d99a25188fad9c3bbf55d072980.tar.bz2
Do UTF_MAX=6 build before NO_DEPRECATED build: consistant ordering of Travis builds.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a6290c..73e3fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -303,24 +303,24 @@ matrix:
script:
- cmd.exe /C 'vcvarsall.bat x64 && nmake -f makefile.vc all tcltest'
- cmd.exe /C 'vcvarsall.bat x64 && nmake -f makefile.vc test'
- - name: "Windows/MSVC/Shared: NO_DEPRECATED"
+ - name: "Windows/MSVC/Shared: UTF_MAX=6"
os: windows
compiler: cl
env: *vcenv
before_install: *vcpreinst
install: []
script:
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=nodep -f makefile.vc all tcltest'
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=nodep -f makefile.vc test'
- - name: "Windows/MSVC/Shared: UTF_MAX=6"
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=utfmax -f makefile.vc all tcltest'
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=utfmax -f makefile.vc test'
+ - name: "Windows/MSVC/Shared: NO_DEPRECATED"
os: windows
compiler: cl
env: *vcenv
before_install: *vcpreinst
install: []
script:
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=utfmax -f makefile.vc all tcltest'
- - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=utfmax -f makefile.vc test'
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=nodep -f makefile.vc all tcltest'
+ - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=nodep -f makefile.vc test'
- name: "Windows/MSVC/Static"
os: windows
compiler: cl