Skip to content

Commit

Permalink
Run the llvmpasses tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno authored and vchuravy committed Aug 31, 2018
1 parent d30b3df commit 455e669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ script:
# restore initial state and prepare for travis caching
- mv julia2 julia &&
rm -f julia/deps/scratch/libgit2-*/CMakeFiles/CMakeOutput.log
# run the LLVM tests on Linux
- if [ `uname` = "Linux" ]; then
pushd julia && make -C test/llvmpasses && popd; fi
# run the doctests on Linux 64-bit
- if [ `uname` = "Linux" ] && [ $ARCH = "x86_64" ]; then
pushd julia && make -C doc doctest=true && popd; fi
Expand Down

0 comments on commit 455e669

Please sign in to comment.