summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorW. Felix Handte <w@felixhandte.com>2018-05-22 01:36:49 (GMT)
committerW. Felix Handte <w@felixhandte.com>2018-05-22 02:29:20 (GMT)
commitc746a27e91784adf9957600206a5d35dcdad04b1 (patch)
treef279069a03a2cb9720f1c30142445203e86011d6 /.travis.yml
parent843dfd239a7f23cf3f8fd38cd961282a8fcade10 (diff)
downloadlz4-c746a27e91784adf9957600206a5d35dcdad04b1.zip
lz4-c746a27e91784adf9957600206a5d35dcdad04b1.tar.gz
lz4-c746a27e91784adf9957600206a5d35dcdad04b1.tar.bz2
Test Linking C-Compiled Library and C++-Compiled Tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a876f9..de6875b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,6 +49,10 @@ matrix:
packages:
- valgrind
+ - env: Ubu=14.04 Cmd='make ctocpptest' COMPILER=cc
+ dist: trusty
+ sudo: false
+
- env: Ubu=14.04 Cmd='make -C tests test-lz4c32 test-fullbench32 versionsTest' COMPILER=cc
dist: trusty
sudo: required