summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-15 20:19:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-15 20:19:30 (GMT)
commit720797e76cbd290e097b9094da83c44cadfac5bf (patch)
tree3bdb4e9a5ec89f0015600e7797c3952d012a54ee /.travis.yml
parent445e805e1f65a2268576895b540ffb79d33b7c40 (diff)
downloadtcl-720797e76cbd290e097b9094da83c44cadfac5bf.zip
tcl-720797e76cbd290e097b9094da83c44cadfac5bf.tar.gz
tcl-720797e76cbd290e097b9094da83c44cadfac5bf.tar.bz2
Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No effect in Tcl 8.6. Not recommended (but working!) in Tcl 8.7 and 9.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index eb1ec0c..061fe2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -197,15 +197,6 @@ jobs:
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: UTF_MAX=4"
- 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
- name: "Windows/MSVC/Static"
os: windows
compiler: cl
@@ -252,15 +243,6 @@ jobs:
script:
- cmd.exe //C vcvarsall.bat x86 '&&' nmake '-f' makefile.vc all tcltest
- cmd.exe //C vcvarsall.bat x86 '&&' nmake '-f' makefile.vc test
- - name: "Windows/MSVC-x86/Shared: UTF_MAX=4"
- os: windows
- compiler: cl
- env: *vcenv
- before_install: *vcpreinst
- install: []
- script:
- - cmd.exe //C vcvarsall.bat x86 '&&' nmake 'OPTS=utfmax' '-f' makefile.vc all tcltest
- - cmd.exe //C vcvarsall.bat x86 '&&' nmake 'OPTS=utfmax' '-f' makefile.vc test
- name: "Windows/MSVC-x86/Static"
os: windows
compiler: cl