Skip to content
Snippets Groups Projects
ci.sh 103 B
Newer Older
#!/bin/bash
set -ex

./fmt.sh -- --write-mode=diff
./test.sh
cargo build --target=x86_64-unknown-redox