mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
parent
b56afda5f9
commit
4f0c5c015f
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue