Skip to content
Snippets Groups Projects
Commit 0dc5a74c authored by AdminXVII's avatar AdminXVII Committed by Michael Aaron Murphy
Browse files

ci: Fix CI

parent e4476cfb
No related branches found
No related tags found
No related merge requests found
......@@ -22,17 +22,24 @@ format:
linux:
image: 'rust:1.35.0'
script:
- cargo build
- cargo check
- FULL=1 make tests
linux:stable:
script:
- cargo build
- cargo check
- TOOLCHAIN= make tests
redox:
before_script:
- apt-get update -qq
- apt-get install -qq build-essential curl git
- git clone --single-branch --branch=extra-traits-redox --depth=1 https://github.com/AdminXVII/libc
- git clone --single-branch --branch=add-redox-support --depth=1 https://github.com/AdminXVII/nix
- mkdir .cargo
- echo 'paths = [ "libc", "nix" ]' >> .cargo/config
script:
- redoxer build
- redoxer check
pages:
image: hrektts/mdbook
......
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