apps-projectcenter/.github/scripts/test.sh
Gregory Casamento 4d19c42454 Add scripts
2021-07-14 11:11:22 -04:00

10 lines
159 B
Bash
Executable file

#! /usr/bin/env sh
set -ex
echo "Testing..."
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
# Test gorm
make check || (cat Tests/tests.log && false);