Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jan 1, 2019
1 parent ee2bc7c commit 618a6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ build:
- export CC=clang # [osx]
- export CXX=clang++ # [osx]
- cmake -DENABLE_MPI=on -DENABLE_OPENMP=on -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX
- make faunus -j2
- make faunus
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX # needed to build pyfaunus
- make pyfaunus -j2
- make pyfaunus
- make manual_html
- make usagetips
- make install
- make tests -j2
- make unittests
- ctest --output-on-failure

requirements:
Expand Down

0 comments on commit 618a6aa

Please sign in to comment.