Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
miri
/
.gitpod.yml
blob: 724cf26df2b9b3f85a26b45e7ea8144233dfea05 [
file
] [
log
] [
blame
] [
edit
]
image:
ubuntu
:
latest
tasks:
-
before:
echo
"..."
init:
|
cargo install rustup
-
toolchain
-
install
-
master
./miri toolchain
./miri build
command:
echo
"Run tests with ./miri test"