From 24829b80ac5327f968a2f82c01fc313a077fa5e4 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 4 Jul 2019 09:57:31 +0000 Subject: Might as well try direct gcc on Windows too. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index c5081ce..6747e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -196,6 +196,18 @@ matrix: script: - make all tcltest - echo "SKIPPED TEST: CROSS COMPILING" + - name: "Windows/GCC/Shared" + os: windows + compiler: gcc + env: + - BUILD_DIR=win + - CFGOPT="--enable-64bit --enable-threads" + - name: "Windows/GCC/Unshared" + os: windows + compiler: gcc + env: + - BUILD_DIR=win + - CFGOPT="--enable-64bit --enable-threads --disable-shared" - name: "Windows/MSVC/Shared" os: windows compiler: msvc -- cgit v0.12