Files
RedBear-OS/ci.sh
T
2019-04-21 17:46:22 +02:00

12 lines
115 B
Bash
Executable File

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