summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-30 15:21:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-30 15:21:28 (GMT)
commit876a5d67826981d371dae6608868539e99b3c916 (patch)
tree568a0e6626389aa86db85e39b04b81f686a111ac /.travis.yml
parent4187ab8e37b22866a8b3a8727b9d661bca6378c8 (diff)
parent289e2891a65d4dd58af34a60ffc2228dbb0b27fe (diff)
downloadtcl-876a5d67826981d371dae6608868539e99b3c916.zip
tcl-876a5d67826981d371dae6608868539e99b3c916.tar.gz
tcl-876a5d67826981d371dae6608868539e99b3c916.tar.bz2
Let's try a real C++ build with Travis on Linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d5f4dd..b114a6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,14 @@ matrix:
- CFGOPT=--enable-symbols=all
script:
- make all tcltest
+# C++ build.
+ - name: "Linux/G++/Shared"
+ os: linux
+ dist: xenial
+ compiler: g++
+ env:
+ - BUILD_DIR=unix
+ - CFGOPT="CC=g++ CFLAGS=-Wall"
# Older versions of GCC...
- name: "Linux/GCC 7/Shared"
os: linux