mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Reinstate tests
This commit is contained in:
parent
19ef0056e9
commit
369e0c8dda
1 changed files with 1 additions and 2 deletions
3
.github/scripts/build.sh
vendored
3
.github/scripts/build.sh
vendored
|
@ -49,5 +49,4 @@ export GNUSTEP_MAKEFILES=$HOME/staging/share/GNUstep/Makefiles;
|
|||
|
||||
# script
|
||||
./configure $BASE_ABI || (cat config.log && false);
|
||||
make && make install
|
||||
# && make check || (cat Tests/tests.log && false);
|
||||
make && make install && make check || (cat Tests/tests.log && false);
|
||||
|
|
Loading…
Reference in a new issue