Skip to content

Commit

Permalink
Add in a test for boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Maynard committed Mar 26, 2014
1 parent 62569cc commit 85e1080
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
- TEST_PROFILE="test.packages2.yaml"
- TEST_PROFILE="test.packages3.yaml"
- TEST_PROFILE="test.packages4.yaml"
- TEST_PROFILE="test.boost.yaml"
- TEST_PROFILE="test.host-scipy.yaml"
python:
- 2.7
Expand All @@ -19,6 +20,9 @@ before_install:
- if [[ "${TEST_PROFILE}" == "test.packages3.yaml" ]]; then
sudo apt-get install mpich2 liblapack-dev;
fi
- if [[ "${TEST_PROFILE}" == "test.boost.yaml" ]]; then
sudo apt-get install mpich2;
fi
- if [[ "${TEST_PROFILE}" == "test.host-scipy.yaml" ]]; then
sudo apt-get install python-scipy;
fi
Expand Down
14 changes: 14 additions & 0 deletions tests/test.boost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# This test tests the ability to build boost
extends:
- file: linux.yaml

packages:
mpi:
use: host-mpi
bzip2:
boost:
toolset: gcc
address_model: 64

0 comments on commit 85e1080

Please sign in to comment.