From 85e108023b1bce888f94fb312dd9a2bed1d9e779 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 26 Mar 2014 14:35:17 -0400 Subject: [PATCH] Add in a test for boost. --- .travis.yml | 4 ++++ tests/test.boost.yaml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 tests/test.boost.yaml diff --git a/.travis.yml b/.travis.yml index 7d8013cff..6d40eca26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/tests/test.boost.yaml b/tests/test.boost.yaml new file mode 100644 index 000000000..aad549165 --- /dev/null +++ b/tests/test.boost.yaml @@ -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 +