Skip to content

Commit

Permalink
CI : osx failingCI : disabling cairo for osx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed Jul 23, 2020
1 parent 783a09c commit 8d1cda6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@ install:
script:
# build
- mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR}
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cmake -D CMAKE_INSTALL_PREFIX=${INSTALL_DIR}
-D ENABLE_FORTRAN=0
${MAGICS_SRC}
fi
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# No Cairo for osx ..
cmake -D CMAKE_INSTALL_PREFIX=${INSTALL_DIR}
-D ENABLE_FORTRAN=0 -D ENABLE_CAIRO=0
Expand All @@ -109,8 +107,7 @@ script:
- ctest -j2 --output-on-failure
- make install > /dev/null
# test only on linux for now
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cd ${MAGICS_PYTHON_SRC}
pytest
fi
Expand Down

0 comments on commit 8d1cda6

Please sign in to comment.