Try out gitpod

This commit is contained in:
Oli Scherer 2021-08-24 15:03:36 +00:00
parent 08ca5606ab
commit 450e110b50
1 changed files with 9 additions and 0 deletions

9
.gitpod.yml Normal file
View 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"