Skip to content
Snippets Groups Projects
Verified Commit 8e7cd11b authored by jD91mZM2's avatar jD91mZM2
Browse files

Fix CI

parent 2c0f9ce7
No related branches found
No related tags found
No related merge requests found
image: "rust:latest"
before_script:
- git submodule update --init --recursive
- rustup toolchain add nightly
- rustup target add x86_64-unknown-redox --toolchain nightly
- rustup show # Print version info for debugging
......@@ -19,7 +20,8 @@ test:linux:
fmt:
script:
- ./fmt.sh -- --write-mode=diff
- rustup component add rustfmt-preview
- ./fmt.sh -- --check
# TODO: Set up a docker image with a redox vm that would allow to
# run things like tests under redox
\ No newline at end of file
# run things like tests under redox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment