Files
RedBear-OS/ci.sh
T
2018-03-26 19:12:20 -06:00

10 lines
98 B
Bash
Executable File

#!/bin/bash
set -ex
./fmt.sh -- --write-mode=diff
make
if [ -z "$TARGET" ]
then
make test
fi