Skip to content
Snippets Groups Projects
Unverified Commit 09a5dcce authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1157 from psychocrypt/fix-travisMACOSX

reenable MACOSX travis tests
parents 56572177 83dbe2b9
No related branches found
No related tags found
No related merge requests found
...@@ -70,16 +70,15 @@ matrix: ...@@ -70,16 +70,15 @@ matrix:
- CMAKE_C_COMPILER=gcc-7 - CMAKE_C_COMPILER=gcc-7
- XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF"
# - os: osx - os: osx
# compiler: gcc compiler: gcc
# env: env:
# - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF" - XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF"
before_install: before_install:
- . CI/checkPRBranch - . CI/checkPRBranch
- if [ $TRAVIS_OS_NAME = osx ]; then - if [ $TRAVIS_OS_NAME = osx ] ; then
brew update; brew update;
brew tap homebrew/science;
fi fi
- export PATH=$CUDA_ROOT/bin:$PATH - export PATH=$CUDA_ROOT/bin:$PATH
......
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