mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 07:10:46 +00:00
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:
parent
f3e64f6541
commit
d6c106845b
1 changed files with 14 additions and 0 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue