|
@@ -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
|