mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:09:37 +00:00
Make sure we can build WASM target as well.
This commit is contained in:
parent
7b4fb8dae4
commit
026bcd0a0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user