mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-31 06:51:04 +00:00
Merge branch 'master' into fix/wasi-fs-metadata-test
This commit is contained in:
commit
463ca75637
@ -6,6 +6,7 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- staging
|
- staging
|
||||||
- trying
|
- trying
|
||||||
|
- master
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
@ -17,6 +18,7 @@ environment:
|
|||||||
cache:
|
cache:
|
||||||
- 'C:\Users\appveyor\.cargo'
|
- 'C:\Users\appveyor\.cargo'
|
||||||
- target
|
- target
|
||||||
|
- 'wapm-cli\target'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# # Install LLVM
|
# # Install LLVM
|
||||||
@ -47,7 +49,11 @@ install:
|
|||||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
|
# Now we build wapm
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update
|
||||||
|
- cargo build --release --manifest-path wapm-cli/Cargo.toml --features telemetry
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test --manifest-path lib/spectests/Cargo.toml --features clif
|
- cargo test --manifest-path lib/spectests/Cargo.toml --features clif
|
||||||
@ -66,7 +72,7 @@ deploy:
|
|||||||
description: 'WasmerInstaller'
|
description: 'WasmerInstaller'
|
||||||
artifact: /.*\.exe/
|
artifact: /.*\.exe/
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: CaKtncy7S1PWxzDUQ0p2264pe3HwxzDn5VIyRizDaa72/SVfskNcoMjwwRh0ut22
|
secure: BbreGNDJy20922za7OhJG5TERzfX+dJSBQwttNTJkLvszbqMov6hhAtRb3P45hpf
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
@ -220,7 +220,7 @@ jobs:
|
|||||||
name: "Pull dependencies"
|
name: "Pull dependencies"
|
||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote
|
git submodule update
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user