summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-10 19:15:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-10 19:15:37 (GMT)
commit9b9ef79f51faabc336eaacbafccd4b5172126de8 (patch)
tree0ae180ac84778a194f3a67a7af9553b886310bae
parente53ea0c452e0c9b1292164c18d90c420f1ca331a (diff)
parentddbba194c577817a88a32cce081351d741c301b2 (diff)
downloadtcl-9b9ef79f51faabc336eaacbafccd4b5172126de8.zip
tcl-9b9ef79f51faabc336eaacbafccd4b5172126de8.tar.gz
tcl-9b9ef79f51faabc336eaacbafccd4b5172126de8.tar.bz2
Merge 8.6
-rw-r--r--.travis.yml96
1 files changed, 2 insertions, 94 deletions
diff --git a/.travis.yml b/.travis.yml
index 6562c0d..436982b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -179,14 +179,13 @@ matrix:
os: linux
dist: xenial
compiler: x86_64-w64-mingw32-gcc
- addons: &mingw64
+ addons:
apt:
packages:
- gcc-mingw-w64-base
- binutils-mingw-w64-x86-64
- gcc-mingw-w64-x86-64
- gcc-mingw-w64
- - wine
env:
- BUILD_DIR=win
- CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit"
@@ -195,58 +194,13 @@ matrix:
# Include a high visibility marker that tests are skipped outright
- >
echo "`tput setaf 3`SKIPPED TEST: CROSS COMPILING`tput sgr0`"
- - name: "Linux-cross-Windows/GCC/Shared/no test: UTF_MAX=6"
- os: linux
- dist: xenial
- compiler: x86_64-w64-mingw32-gcc
- addons: *mingw64
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit CFLAGS=-DTCL_UTF_MAX=6"
- script: *crosstest
- - name: "Linux-cross-Windows/GCC/Shared/no test: UTF_MAX=3"
- os: linux
- dist: xenial
- compiler: x86_64-w64-mingw32-gcc
- addons: *mingw64
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit CFLAGS=-DTCL_UTF_MAX=3"
- script: *crosstest
- - name: "Linux-cross-Windows/GCC/Shared/no test: NO_DEPRECATED"
- os: linux
- dist: xenial
- compiler: x86_64-w64-mingw32-gcc
- addons: *mingw64
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit CFLAGS=-DTCL_NO_DEPRECATED=1"
- script: *crosstest
- - name: "Linux-cross-Windows/GCC/Static/no test"
- os: linux
- dist: xenial
- compiler: x86_64-w64-mingw32-gcc
- addons: *mingw64
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --disable-shared"
- script: *crosstest
- - name: "Linux-cross-Windows/GCC/Debug/no test"
- os: linux
- dist: xenial
- compiler: x86_64-w64-mingw32-gcc
- addons: *mingw64
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --enable-symbols"
- script: *crosstest
# Test with mingw-w64 (32 bit) cross-compile
# Doesn't run tests because wine is only an imperfect Windows emulation
- name: "Linux-cross-Windows-32/GCC/Shared/no test"
os: linux
dist: xenial
compiler: i686-w64-mingw32-gcc
- addons: &mingw32
+ addons:
apt:
packages:
- gcc-mingw-w64-base
@@ -254,56 +208,10 @@ matrix:
- gcc-mingw-w64-i686
- gcc-mingw-w64
- gcc-multilib
- - wine
env:
- BUILD_DIR=win
- CFGOPT=--host=i686-w64-mingw32
script: *crosstest
- - name: "Linux-cross-Windows-32/GCC/Shared/no test: UTF_MAX=6"
- os: linux
- dist: xenial
- compiler: i686-w64-mingw32-gcc
- addons: *mingw32
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=i686-w64-mingw32 CFLAGS=-DTCL_UTF_MAX=6"
- script: *crosstest
- - name: "Linux-cross-Windows-32/GCC/Shared/no test: UTF_MAX=3"
- os: linux
- dist: xenial
- compiler: i686-w64-mingw32-gcc
- addons: *mingw32
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=i686-w64-mingw32 CFLAGS=-DTCL_UTF_MAX=3"
- script: *crosstest
- - name: "Linux-cross-Windows-32/GCC/Shared/no test: NO_DEPRECATED"
- os: linux
- dist: xenial
- compiler: i686-w64-mingw32-gcc
- addons: *mingw32
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=i686-w64-mingw32 CFLAGS=-DTCL_NO_DEPRECATED=1"
- script: *crosstest
- - name: "Linux-cross-Windows-32/GCC/Static/no test"
- os: linux
- dist: xenial
- compiler: i686-w64-mingw32-gcc
- addons: *mingw32
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=i686-w64-mingw32 --disable-shared"
- script: *crosstest
- - name: "Linux-cross-Windows-32/GCC/Debug/no test"
- os: linux
- dist: xenial
- compiler: i686-w64-mingw32-gcc
- addons: *mingw32
- env:
- - BUILD_DIR=win
- - CFGOPT="--host=i686-w64-mingw32 --enable-symbols"
- script: *crosstest
# Test on Windows with MSVC native
- name: "Windows/MSVC/Shared"
os: windows