ci.sh 103 B

123456
  1. #!/bin/bash
  2. set -ex
  3. ./fmt.sh -- --write-mode=diff
  4. ./test.sh
  5. cargo build --target=x86_64-unknown-redox