This commit is contained in:
Alex Crichton 2019-01-17 09:09:51 -08:00
parent f109986633
commit 01e8d24ae2

View File

@ -34,6 +34,7 @@ test_script:
# the features. # the features.
- cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features "Node Window Document" - cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features "Node Window Document"
before_deploy: before_deploy:
- ps: | - ps: |
$NAME = "wasm-bindgen-${env:APPVEYOR_REPO_TAG_NAME}-${env:TARGET}" $NAME = "wasm-bindgen-${env:APPVEYOR_REPO_TAG_NAME}-${env:TARGET}"