Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
1915 commits behind the upstream repository.
ci.sh 125 B
#!/bin/bash
set -ex

./fmt.sh -- --write-mode=diff
if [ -z "$TARGET" ]
then
    make all
    make test
else
    make libc
fi