Build some Rust code

This commit is contained in:
Simon Sapin 2018-08-29 17:56:35 +02:00
parent b19d28b997
commit d537bac018
8 changed files with 33 additions and 2 deletions

6
child-task.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
cd something-rust
rustup run --install cargo run