Skip to content

Commit 450e110

Browse files
committed
Try out gitpod
1 parent 08ca560 commit 450e110

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
image: ubuntu:latest
2+
3+
tasks:
4+
- before: echo "..."
5+
init: |
6+
cargo install rustup-toolchain-install-master
7+
./rustup-toolchain
8+
./miri build
9+
command: echo "Run tests with ./miri test"

0 commit comments

Comments
 (0)