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