Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:IntelLabs/Latte.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Apr 18, 2016
2 parents 61d65a2 + 210e22d commit 34f57a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,8 @@ before_script:

script:
- julia -e 'Pkg.clone(pwd());'
- julia -e 'Pkg.checkout("ParallelAccelerator")'
- julia -e 'Pkg.checkout("CompilerTools")'
# - julia -e 'Pkg.checkout("ParallelAccelerator")'
# - julia -e 'Pkg.checkout("CompilerTools")'
- CXX=mpic++ LATTE_BUILD_MPI=1 OPENBLAS_LIB=libopenblas.so julia -e 'Pkg.build("Latte")'
- cd test
- julia --code-coverage=user runtests.jl
Expand Down

0 comments on commit 34f57a0

Please sign in to comment.