mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +03:00
parent
b56afda5f9
commit
4f0c5c015f
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,11 @@ steps:
|
||||||
choco install -y llvm
|
choco install -y llvm
|
||||||
displayName: Windows Install LLVM
|
displayName: Windows Install LLVM
|
||||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
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: |
|
- script: |
|
||||||
brew uninstall llvm
|
brew uninstall llvm
|
||||||
displayName: macOS Uninstall LLVM
|
displayName: macOS Uninstall LLVM
|
||||||
|
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
CI_JOB: release
|
CI_JOB: release
|
||||||
PLATFORM: linux-amd64
|
PLATFORM: linux-amd64
|
||||||
steps:
|
steps:
|
||||||
|
- template: '.ci/install.yml'
|
||||||
- template: '.ci/test.yml'
|
- template: '.ci/test.yml'
|
||||||
- template: '.ci/release.yml'
|
- template: '.ci/release.yml'
|
||||||
- job: macos
|
- job: macos
|
||||||
|
|
Loading…
Reference in a new issue