From: Luca Heltai Date: Thu, 7 Aug 2014 08:59:05 +0000 (+0200) Subject: Removed also build tests, added osx X-Git-Tag: v8.2.0-rc1~214^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a44d5e1487cb8ecc0bf6ff32ffb60756a019ac;p=dealii.git Removed also build tests, added osx --- diff --git a/.travis.yml b/.travis.yml index 08b449bd0a..b689f117d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: C++ before_install: ./contrib/utilities/setup_travis.sh +os: +- linux +- mac + compiler: - clang - gcc @@ -15,7 +19,9 @@ branches: env: - CI_TEST_SUITE=mini CI_BUILD_TYPE=Debug - CI_TEST_SUITE=mini CI_BUILD_TYPE=Release - - CI_TEST_SUITE=build CI_BUILD_TYPE=Debug - - CI_TEST_SUITE=build CI_BUILD_TYPE=Release -# This is way too long. We should find a way to do this in little pieces... +# This is way too long. We should find a way to do this in little pieces... # - CI_TEST_SUITE=tests + +# These tests run ok, but they might be out of policy... +# - CI_TEST_SUITE=build CI_BUILD_TYPE=Debug +# - CI_TEST_SUITE=build CI_BUILD_TYPE=Release