Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Mar 28, 2024
1 parent 2293bfa commit f2f1c4f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,9 @@ jobs:
LIBS_GUI_BRANCH: ${{github.event.inputs.libs_gui_branch}}
run: ./.github/scripts/dependencies.sh

- name: Build source for Gorm
- name: Build source for libs-xcode
run: . $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh && 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
Expand All @@ -133,4 +123,4 @@ jobs:
name: Logs - ${{ matrix.name }}
path: |
${{ env.SRC_PATH }}/config.log
${{ env.SRC_PATH }}/Tests/tests.log
${{ env.SRC_PATH }}/Tests/tests.log

0 comments on commit f2f1c4f

Please sign in to comment.