Run all tests on Travis
This commit is contained in:
parent
bcf65703d7
commit
4583a2dd03
1 changed files with 1 additions and 1 deletions
|
|
@ -59,4 +59,4 @@ script:
|
|||
- mkdir build/ && cd build/
|
||||
- $CMAKE -DCMAKE_CXX_FLAGS="-Werror -pedantic -Wall -Wextra -Wconversion -Wsign-conversion -Wno-parentheses" -DLLVM_DOWNLOAD_OS_NAME=$LLVM_DOWNLOAD_OS_NAME -DLLVM_PREFERRED_VERSION=$LLVM_VERSION ../
|
||||
- $CMAKE --build .
|
||||
- ./test/cppast_test
|
||||
- if [[ "$LLVM_VERSION" == "4.0.0" ]]; then ./test/cppast_test \*; else ./test/cppast_test; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue