mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Update workflow
This commit is contained in:
parent
916d915a99
commit
48ae7aee08
1 changed files with 11 additions and 6 deletions
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
|
@ -13,6 +13,10 @@ on:
|
||||||
description: "libs-base branch"
|
description: "libs-base branch"
|
||||||
default: "master"
|
default: "master"
|
||||||
required: true
|
required: true
|
||||||
|
libs_gui_branch:
|
||||||
|
description: "libs-gui branch"
|
||||||
|
default: "master"
|
||||||
|
required: true
|
||||||
libs_back_branch:
|
libs_back_branch:
|
||||||
description: "libs-back branch"
|
description: "libs-back branch"
|
||||||
default: "master"
|
default: "master"
|
||||||
|
@ -105,12 +109,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TOOLS_MAKE_BRANCH: ${{github.event.inputs.tools_make_branch}}
|
TOOLS_MAKE_BRANCH: ${{github.event.inputs.tools_make_branch}}
|
||||||
LIBS_BASE_BRANCH: ${{github.event.inputs.libs_base_branch}}
|
LIBS_BASE_BRANCH: ${{github.event.inputs.libs_base_branch}}
|
||||||
run: ./.github/scripts/dependencies.sh
|
LIBS_GUI_BRANCH: ${{github.event.inputs.libs_gui_branch}}
|
||||||
|
run: ./.github/scripts/dependencies.sh
|
||||||
|
|
||||||
- name: Build source
|
- name: Build source
|
||||||
run: |
|
run: |
|
||||||
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
|
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
|
||||||
./configure
|
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
### Building libs-back is disabled due to various test failures. Re-enable when fixed.
|
### Building libs-back is disabled due to various test failures. Re-enable when fixed.
|
||||||
|
@ -123,10 +127,11 @@ jobs:
|
||||||
# ./configure
|
# ./configure
|
||||||
# make && make install
|
# make && make install
|
||||||
|
|
||||||
- name: Run tests
|
### There are currently no unit tests for Gorm.
|
||||||
run: |
|
# - name: Run tests
|
||||||
. $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
|
# run: |
|
||||||
make check
|
# . $INSTALL_PATH/share/GNUstep/Makefiles/GNUstep.sh
|
||||||
|
# make check
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue