CI: add libs-back

This is required by some tests, but currenetly disabled because some of these tests are failing.
This commit is contained in:
Frederik Seiffert 2023-01-06 11:32:49 -06:00
parent f3e64f6541
commit d6c106845b

View file

@ -13,6 +13,10 @@ on:
description: "libs-base branch"
default: "master"
required: true
libs_back_branch:
description: "libs-back branch"
default: "master"
required: true
env:
APT_PACKAGES: >-
@ -109,6 +113,16 @@ jobs:
./configure
make && make install
### Building libs-back is disabled due to various test failures. Re-enable when fixed.
# - name: Build libs-back # required by some tests
# working-directory: ${{env.DEPS_PATH}}
# run: |
# . $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
# git clone -q -b ${LIBS_BACK_BRANCH:-master} https://github.com/gnustep/libs-back.git
# cd libs-back
# ./configure
# make && make install
- name: Run tests
run: |
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh