mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
ci: always create binary packages if build succeeded
This commit is contained in:

committed by
Anonymous Maarten

parent
b713e7581b
commit
f8f8d87bfa
6
.github/workflows/generic.yml
vendored
6
.github/workflows/generic.yml
vendored
@@ -207,7 +207,7 @@ jobs:
|
|||||||
ctest -VV --test-dir build/ -j2
|
ctest -VV --test-dir build/ -j2
|
||||||
- name: "Build test apk's (CMake)"
|
- name: "Build test apk's (CMake)"
|
||||||
id: apks
|
id: apks
|
||||||
if: ${{ steps.build.outcome == 'success' && matrix.platform.android-apks != '' }}
|
if: ${{ always() && steps.build.outcome == 'success' && matrix.platform.android-apks != '' }}
|
||||||
# shell: ${{ matrix.platform.shell }}
|
# shell: ${{ matrix.platform.shell }}
|
||||||
run: |
|
run: |
|
||||||
${{ matrix.platform.source-cmd }}
|
${{ matrix.platform.source-cmd }}
|
||||||
@@ -218,7 +218,7 @@ jobs:
|
|||||||
-- ${{ matrix.platform.cmake-build-arguments }}
|
-- ${{ matrix.platform.cmake-build-arguments }}
|
||||||
- name: 'Install (CMake)'
|
- name: 'Install (CMake)'
|
||||||
id: install
|
id: install
|
||||||
if: ${{ steps.build.outcome == 'success' }}
|
if: ${{ always() && steps.build.outcome == 'success' }}
|
||||||
# shell: ${{ matrix.platform.shell }}
|
# shell: ${{ matrix.platform.shell }}
|
||||||
run: |
|
run: |
|
||||||
${{ matrix.platform.source-cmd }}
|
${{ matrix.platform.source-cmd }}
|
||||||
@@ -227,7 +227,7 @@ jobs:
|
|||||||
( cd prefix; find . ) | LC_ALL=C sort -u
|
( cd prefix; find . ) | LC_ALL=C sort -u
|
||||||
- name: 'Package (CPack)'
|
- name: 'Package (CPack)'
|
||||||
id: package
|
id: package
|
||||||
if: ${{ steps.build.outcome == 'success' }}
|
if: ${{ always() && steps.build.outcome == 'success' }}
|
||||||
# shell: ${{ matrix.platform.shell }}
|
# shell: ${{ matrix.platform.shell }}
|
||||||
run: |
|
run: |
|
||||||
# DMG creation on macOS occasionally fails, so try multiple times
|
# DMG creation on macOS occasionally fails, so try multiple times
|
||||||
|
Reference in New Issue
Block a user