mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-08 12:21:10 +03:00
9 lines
275 B
YAML
9 lines
275 B
YAML
steps:
|
|
- script: |
|
|
choco install -y llvm
|
|
displayName: Windows Install LLVM
|
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
|
- script: |
|
|
brew uninstall llvm
|
|
displayName: macOS Uninstall LLVM
|
|
condition: eq( variables['Agent.OS'], 'Darwin' )
|