Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Travis CI: Upgrade Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 23, 2017
1 parent d8c8eee commit f1a5fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ matrix:
sudo: required
env: CUDA=ON
- os: osx
osx_image: xcode8.3
osx_image: xcode9.1
env: CUDA=OFF
cache:
directories:
- $HOME/.local
before_install:
- if [[ "$CUDA" = ON ]]; then source scripts/install-cuda-trusty.sh; fi
- if [ "$TRAVIS_OS_NAME" = linux ]; then scripts/install_cmake.sh; fi
- pip install requests
- sudo pip install requests
script:
- cmake -DHUNTER_JOBS_NUMBER=4 -DETHASHCUDA=$CUDA -DETHASHCL=ON -DAPICORE=ON -H. -Bbuild
- cmake --build build -- -j4
Expand Down

0 comments on commit f1a5fc5

Please sign in to comment.