mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Added InnoSetup
This commit is contained in:
parent
e48da878e3
commit
1dde19cc83
15
.azure/install-innosetup.yml
Normal file
15
.azure/install-innosetup.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# This template installs InnoSetup
|
||||
|
||||
steps:
|
||||
- powershell: |
|
||||
Invoke-WebRequest https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-08-22-is.exe
|
||||
2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
||||
Write-Host "##vso[task.prependpath]C:\Program Files (x86)\Inno Setup 5"
|
||||
displayName: Install InnoSetup - Windows
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
|
||||
- bash: |
|
||||
set -ex
|
||||
iscc
|
||||
displayName: InnoSetup
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
@ -63,6 +63,7 @@ jobs:
|
||||
- template: .azure/install-sccache.yml
|
||||
- template: .azure/install-cmake.yml
|
||||
- template: .azure/install-llvm.yml
|
||||
- template: .azure/install-innosetup.yml
|
||||
- bash: make check
|
||||
displayName: Check with Flags
|
||||
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
||||
|
Loading…
Reference in New Issue
Block a user