summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-23 19:29:39 (GMT)
committerYann Collet <cyan@fb.com>2019-04-23 19:29:39 (GMT)
commit2b68501ece2596bb40b27ffca1d1d8b54282d2fc (patch)
treef444ec76f56d67f294f56616e22a7f35ea25145b /.travis.yml
parentf665291e6cb651cb084bf9450a071ae0fd494782 (diff)
downloadlz4-2b68501ece2596bb40b27ffca1d1d8b54282d2fc.zip
lz4-2b68501ece2596bb40b27ffca1d1d8b54282d2fc.tar.gz
lz4-2b68501ece2596bb40b27ffca1d1d8b54282d2fc.tar.bz2
added library build test on Mac OS-X
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2065478..c684b6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,11 @@ matrix:
os: osx
compiler: clang
script:
+ - make # test library build
+ - make clean
- make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console
- - CFLAGS=-m32 make -C tests clean test-lz4-contentSize
+ - make clean
+ - CFLAGS=-m32 make -C tests test-lz4-contentSize
# Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
- name: (Precise) benchmark test