Build tests for redox

This commit is contained in:
Jeremy Soller
2019-07-06 12:57:13 -06:00
parent e146cb3687
commit a49badbb66
+12 -2
View File
@@ -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