mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Remove configure script cal from build.sh
This commit is contained in:
parent
d16b9550a0
commit
32795ea161
1 changed files with 0 additions and 1 deletions
1
.github/scripts/build.sh
vendored
1
.github/scripts/build.sh
vendored
|
@ -20,5 +20,4 @@ export GNUSTEP_MAKEFILES=$HOME/staging/share/GNUstep/Makefiles;
|
|||
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
|
||||
|
||||
# Build gorm
|
||||
./configure $BASE_ABI || (cat config.log && false);
|
||||
make && make install && make check || (cat Tests/tests.log && false);
|
||||
|
|
Loading…
Reference in a new issue