Skip to content

Commit

Permalink
Merge branch 'master' into fix/wasi-fs-metadata-test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCaskey authored May 20, 2019
2 parents 2c5f728 + b1fa60e commit 463ca75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ branches:
only:
- staging
- trying
- master

environment:
matrix:
Expand All @@ -17,6 +18,7 @@ environment:
cache:
- 'C:\Users\appveyor\.cargo'
- target
- 'wapm-cli\target'

install:
# # Install LLVM
Expand Down Expand Up @@ -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
Expand All @@ -66,7 +72,7 @@ deploy:
description: 'WasmerInstaller'
artifact: /.*\.exe/
auth_token:
secure: CaKtncy7S1PWxzDUQ0p2264pe3HwxzDn5VIyRizDaa72/SVfskNcoMjwwRh0ut22
secure: BbreGNDJy20922za7OhJG5TERzfX+dJSBQwttNTJkLvszbqMov6hhAtRb3P45hpf
provider: GitHub
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 463ca75

Please sign in to comment.