apps-projectcenter/.github/scripts/test.sh

11 lines
159 B
Bash
Raw Normal View History

2021-07-14 15:11:22 +00:00
#! /usr/bin/env sh
set -ex
echo "Testing..."
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
# Test gorm
make check || (cat Tests/tests.log && false);