Skip to content

Commit 9fc61cf

Browse files
committed
Auto merge of #1879 - oli-obk:gitpod, r=RalfJung
Try out gitpod At https://gitpod.io/#https://github.com/rust-lang/miri one can edit miri in the browser and run it and everything. I'm experimenting with this here as a low-impact version of trying it out on the whole rustc repo. This .gitpod file should cause the user to land in a shell that can run ./miri test immediately without any additional prep
2 parents 09cadcb + 450e110 commit 9fc61cf

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)