Skip to content

Commit

Permalink
Remove CUDA from macOS and test only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed May 27, 2019
1 parent 5134d59 commit 15cda3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ steps:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
brew tap caskroom/drivers
brew cask install nvidia-cuda
git submodule update --init --recursive
displayName: macOS Install Rust and Dependencies
condition: eq( variables['Agent.OS'], 'Darwin' )
Expand Down
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,16 @@ jobs:
steps:
- template: '.ci/install.yml'
- script: cd cuckoo-miner && cargo test --release
displayName: Test
displayName: Cargo Test
- template: '.ci/release.yml'
- job: macos
pool:
vmImage: macos-10.13
strategy:
matrix:
test:
CI_JOB: test
release:
CI_JOB: release
PLATFORM: macos
steps:
- template: '.ci/install.yml'
- script: cd cuckoo-miner && cargo test --release
displayName: Test
- template: '.ci/release.yml'

0 comments on commit 15cda3b

Please sign in to comment.