Skip to content

Commit

Permalink
Fix CI (mimblewimble#345)
Browse files Browse the repository at this point in the history
* Fix CI
  • Loading branch information
quentinlesceller authored Feb 25, 2020
1 parent 1e61322 commit 7d5ce92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ steps:
choco install -y llvm
displayName: Windows Install LLVM
condition: eq( variables['Agent.OS'], 'Windows_NT' )
- script: |
sudo apt-get update -yqq
sudo apt-get install -yqq --no-install-recommends libclang-dev clang
displayName: Linux Install Dependencies
condition: eq( variables['Agent.OS'], 'Linux' )
- script: |
brew uninstall llvm
displayName: macOS Uninstall LLVM
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
CI_JOB: release
PLATFORM: linux-amd64
steps:
- template: '.ci/install.yml'
- template: '.ci/test.yml'
- template: '.ci/release.yml'
- job: macos
Expand Down

0 comments on commit 7d5ce92

Please sign in to comment.