Files
RedBear-OS/ci.sh
T
Jeremy Soller e1abe80992 Fix CI
2018-03-26 19:34:45 -06:00

12 lines
125 B
Bash
Executable File

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