Merge branch 'master' into fix/wasi-fs-metadata-test

This commit is contained in:
Mark McCaskey 2019-05-20 11:02:33 -07:00 committed by GitHub
commit 463ca75637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -6,6 +6,7 @@ branches:
only:
- staging
- trying
- master
environment:
matrix:
@ -17,6 +18,7 @@ environment:
cache:
- 'C:\Users\appveyor\.cargo'
- target
- 'wapm-cli\target'
install:
# # 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'))
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:
- cargo test --manifest-path lib/spectests/Cargo.toml --features clif
@ -66,7 +72,7 @@ deploy:
description: 'WasmerInstaller'
artifact: /.*\.exe/
auth_token:
secure: CaKtncy7S1PWxzDUQ0p2264pe3HwxzDn5VIyRizDaa72/SVfskNcoMjwwRh0ut22
secure: BbreGNDJy20922za7OhJG5TERzfX+dJSBQwttNTJkLvszbqMov6hhAtRb3P45hpf
provider: GitHub
on:
branch: master

View File

@ -220,7 +220,7 @@ jobs:
name: "Pull dependencies"
command: |
git submodule init
git submodule update --remote
git submodule update
- restore_cache:
keys:
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}