mirror of
https://github.com/openharmony/third_party_rust_bytes.git
synced 2026-07-19 17:05:29 -04:00
Have Travis build WASM target (#180)
This commit is contained in:
@@ -36,6 +36,13 @@ matrix:
|
||||
# Serde implementation
|
||||
- env: EXTRA_ARGS="--features serde"
|
||||
|
||||
# WASM support
|
||||
- rust: beta
|
||||
script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo build --target=wasm32-unknown-unknown
|
||||
|
||||
|
||||
before_install: set -e
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user