Skip to content
Snippets Groups Projects
Unverified Commit b19d7743 authored by Beerwerth, Randolf's avatar Beerwerth, Randolf Committed by GitHub
Browse files

Merge pull request #947 from gpospelov/MacOSTravis

Enable Mac OS travis build
parents 1056c5e9 2601b4a3
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ matrix: ...@@ -13,9 +13,9 @@ matrix:
- os: linux - os: linux
services: docker services: docker
env: BUILD_TYPE=Release env: BUILD_TYPE=Release
# - os: osx - os: osx
# osx_image: xcode7.3 osx_image: xcode10.1
# env: BUILD_TYPE=Release env: BUILD_TYPE=Release
before_install: before_install:
- chmod +x .travis/*/*.sh - chmod +x .travis/*/*.sh
......
docker exec dd bash -c "mkdir build" docker exec dd bash -c "mkdir build"
docker exec dd bash -c "cd build && cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE .." docker exec dd bash -c "cd build && cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE .."
docker exec dd bash -c "cd build && make -j9" docker exec dd bash -c "cd build && make -j4"
brew update brew update
brew install git fftw gsl python homebrew/python/matplotlib numpy boost-python qt5 brew install git cmake fftw gsl python qt5 boost libtiff eigen
pip3 install numpy
pip3 install matplotlib
#cd build cd build
#make check && exit 0 make check && exit 0
#cat ./Testing/Temporary/*.log cat ./Testing/Temporary/*.log
#exit 1 exit 1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment