mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Disable testing for now.
This commit is contained in:
parent
3241053a32
commit
b70d843eb4
2 changed files with 2 additions and 5 deletions
3
.github/scripts/build.sh
vendored
3
.github/scripts/build.sh
vendored
|
@ -49,4 +49,5 @@ 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);
|
||||
|
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -23,7 +23,3 @@ jobs:
|
|||
# Runs a single command using the runners shell
|
||||
- name: Build source
|
||||
run: ./.github/scripts/build.sh
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Execute tests
|
||||
run: ./.github/scripts/test.sh
|
||||
|
|
Loading…
Reference in a new issue