summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-24 09:46:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-24 09:46:08 (GMT)
commit96ef4a384e7c31836cbfbb9165122bc5e937333e (patch)
tree1abf5fd4091e0af75bde2104bb2e9e0841e59585 /.travis.yml
parent8f041be82890528139c5404180df518e5153919f (diff)
downloadtk-96ef4a384e7c31836cbfbb9165122bc5e937333e.zip
tk-96ef4a384e7c31836cbfbb9165122bc5e937333e.tar.gz
tk-96ef4a384e7c31836cbfbb9165122bc5e937333e.tar.bz2
(cherry-pick): Work around a few new gcc(-9) warnings.
Also fix static build against Tcl 8.6 headers, so we (finally) add a static build of Tk 8.5 to Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f603442..5f01fb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,13 @@ matrix:
compiler: gcc
env:
- BUILD_DIR=unix
+ - name: "Linux/GCC/Static"
+ os: linux
+ dist: bionic
+ compiler: gcc
+ env:
+ - CFGOPT="--disable-shared"
+ - BUILD_DIR=unix
- name: "Linux/GCC 7/Shared"
os: linux
dist: bionic