mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Trying to fix Windows LLVM - 3rd intent
This commit is contained in:
parent
963494080f
commit
243e0b5e2c
@ -31,11 +31,14 @@ steps:
|
||||
|
||||
- bash: |
|
||||
set -ex
|
||||
mkdir Win64_Release
|
||||
cd Win64_Release
|
||||
curl -OL https://github.com/wasmerio/llvm-build/releases/download/8.x/Win64_Release.zip
|
||||
7z x Win64_Release.zip
|
||||
llvm=`pwd`/Win64_Release
|
||||
llvm=`pwd`
|
||||
echo "##vso[task.prependpath]$llvm/bin"
|
||||
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm"
|
||||
cd ..
|
||||
displayName: "Install LLVM (Windows)"
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user