1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-26 23:59:37 +00:00

Make sure we can build WASM target as well.

This commit is contained in:
Nolan Darilek 2020-05-29 08:39:27 -05:00
parent 7b4fb8dae4
commit 026bcd0a0d

View File

@ -12,7 +12,9 @@ before_script:
test:
stage: test
script:
- cargo test
- cargo build
- rustup target add wasm32-unknown-unknown
- cargo build --target wasm32-unknown-unknown
publish:
stage: publish