Skip to content
Snippets Groups Projects
Commit 4dca2844 authored by Gav's avatar Gav
Browse files

Bulid script fails fast.

parent 6451b612
No related merge requests found
#!/bin/sh
set -e
cargo +nightly build --target=wasm32-unknown-unknown --release
dirs=`find * -maxdepth 0 -type d | grep -v pwasm- | grep -v std`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment