Try out gitpod
This commit is contained in:
parent
08ca5606ab
commit
450e110b50
9
.gitpod.yml
Normal file
9
.gitpod.yml
Normal file
@ -0,0 +1,9 @@
|
||||
image: ubuntu:latest
|
||||
|
||||
tasks:
|
||||
- before: echo "..."
|
||||
init: |
|
||||
cargo install rustup-toolchain-install-master
|
||||
./rustup-toolchain
|
||||
./miri build
|
||||
command: echo "Run tests with ./miri test"
|
Loading…
x
Reference in New Issue
Block a user