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

Run Linux tests in CI

commit 09cb17e66f46c6687fa0b9dc0895ad3279caa092
Author: jD91mZM2 <me@krake.one>
Date:   Mon Aug 10 18:03:20 2020 +0200

    comment out cargo tests

commit 1915c7306e40f5c6af36b04c765e25ad9ffe9d16
Author: jD91mZM2 <me@krake.one>
Date:   Mon Aug 10 17:58:52 2020 +0200

    Update redoxer docker image
parent 91f0be87
No related branches found
No related tags found
No related merge requests found
# TODO: Change back once upstream is updated image: "redoxos/redoxer:latest"
image: "jd91mzm2/redoxer:latest"
#image: "redoxos/redoxer:latest"
stages: stages:
- build - build
...@@ -42,8 +40,6 @@ test:linux: ...@@ -42,8 +40,6 @@ test:linux:
- build:linux - build:linux
script: script:
- make test - make test
# TODO: SIGILL when running `cargo test`
allow_failure: true
test:redox: test:redox:
stage: test stage: test
......
...@@ -94,7 +94,8 @@ sysroot: all ...@@ -94,7 +94,8 @@ sysroot: all
touch $@ touch $@
test: sysroot test: sysroot
$(CARGO_TEST) test # TODO: Fix SIGILL when running cargo test
# $(CARGO_TEST) test
$(MAKE) -C tests verify $(MAKE) -C tests verify
# Debug targets # Debug targets
......
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