mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Merge branch 'master' of github.com:gnustep/libs-base
This commit is contained in:
commit
15788f22a7
1 changed files with 3 additions and 1 deletions
4
.github/scripts/test.sh
vendored
Normal file → Executable file
4
.github/scripts/test.sh
vendored
Normal file → Executable file
|
@ -2,5 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
Echo "Running unit tests"
|
||||
echo "Running unit tests"
|
||||
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
|
||||
make check || (cat Tests/tests.log && false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue