mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Azure Pipelines: remove WASI CI checks for now
This commit is contained in:
parent
adef28f318
commit
609f089764
@ -5,31 +5,6 @@ trigger:
|
|||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: "wasi"
|
|
||||||
pool:
|
|
||||||
vmImage: "ubuntu-20.04"
|
|
||||||
steps:
|
|
||||||
- script: |
|
|
||||||
sudo apt-get install build-essential curl cmake lld
|
|
||||||
displayName: Install system packages
|
|
||||||
- script: |
|
|
||||||
curl https://get.wasmer.io -sSfL | sh
|
|
||||||
displayName: Install wasmer
|
|
||||||
- script: |
|
|
||||||
curl -sL -o - https://ziglang.org/download/0.10.1/zig-linux-x86_64-0.10.1.tar.xz | tar xJ -f - -C /opt/
|
|
||||||
sudo mv /opt/zig-* /opt/zig
|
|
||||||
export PATH=/opt/zig/bin:/opt/zig:$PATH
|
|
||||||
displayName: Install the Zig SDK
|
|
||||||
- script: |
|
|
||||||
. ~/.wasmer/wasmer.sh
|
|
||||||
dist-build/wasm32-wasi.sh
|
|
||||||
displayName: Compile libsodium
|
|
||||||
- task: PublishBuildArtifacts@1
|
|
||||||
condition: not(canceled())
|
|
||||||
inputs:
|
|
||||||
pathToPublish: libsodium-wasm32-wasi
|
|
||||||
artifactName: libsodium-wasm32-wasi
|
|
||||||
|
|
||||||
- job: "windows"
|
- job: "windows"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "windows-2022"
|
vmImage: "windows-2022"
|
||||||
|
Loading…
Reference in New Issue
Block a user