Merge pull request #1164 from GeorgeLu97/CustomMacros

Partial Compilation Macros
This commit is contained in:
Yann Collet
2018-06-06 16:47:42 -07:00
committed by GitHub
4 changed files with 77 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ matrix:
- env: Cmd='make lz4install && make -C tests test-lz4'
- env: Cmd='bash tests/libzstd_partial_builds.sh'
# tag-specific test
- if: tag =~ ^v[0-9]\.[0-9]
env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH'