ci.sh 98 B

123456789
  1. #!/bin/bash
  2. set -ex
  3. ./fmt.sh -- --write-mode=diff
  4. make
  5. if [ -z "$TARGET" ]
  6. then
  7. make test
  8. fi