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

Merge branch 'master' of github.com:redox-os/relibc

parents a1ce114c 6afdf3fa
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ language: rust ...@@ -2,6 +2,8 @@ language: rust
cache: cargo cache: cargo
before_script: before_script:
- rustup component add rustfmt-preview - rustup component add rustfmt-preview
- rustup target add x86_64-unknown-redox
script: script:
- bash ./fmt.sh -- --write-mode=diff - bash ./fmt.sh -- --write-mode=diff
- bash ./test.sh - bash ./test.sh
- cargo build --target=x86_64-unknown-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