Skip to content
Snippets Groups Projects
Verified Commit a49badbb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Build tests for redox

parent e146cb36
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,18 @@ test:linux:
dependencies:
- build:linux
script:
- make test
- cd tests && make verify
- make -C tests verify
test:redox:
stage: test
dependencies:
- build:redox
variables:
TARGET: x86_64-unknown-redox
script:
- export RUSTUP_TOOLCHAIN="$HOME/.redoxer/toolchain"
- export PATH="$RUSTUP_TOOLCHAIN/bin:$PATH"
- make -C tests all
fmt:
stage: test
......
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