mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
Make workflows more consistent
This commit is contained in:
parent
e013bb9f15
commit
c219b15e84
7
.github/workflows/build_ios.yml
vendored
7
.github/workflows/build_ios.yml
vendored
@ -32,3 +32,10 @@ jobs:
|
||||
with:
|
||||
SOURCE_FILE: 'ios/build/Release-iphoneos/cc.ipa'
|
||||
DEST_NAME: 'cc.ipa'
|
||||
|
||||
|
||||
- uses: ./.github/actions/notify_success
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
||||
WORKFLOW_NAME: 'ios'
|
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
SOURCE_FILE: 'src/cc-nix32-gl1'
|
||||
DEST_NAME: 'ClassiCube-Linux32'
|
||||
DEST_NAME: 'ClassiCube-Linux32-OpenGL'
|
||||
|
||||
- uses: ./.github/actions/upload_build
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
SOURCE_FILE: 'src/cc-nix64-gl1'
|
||||
DEST_NAME: 'ClassiCube-Linux64'
|
||||
DEST_NAME: 'ClassiCube-Linux64-OpenGL'
|
||||
|
||||
- uses: ./.github/actions/upload_build
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
|
1
.github/workflows/build_n64.yml
vendored
1
.github/workflows/build_n64.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
- name: Compile N64 build
|
||||
id: compile
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install curl
|
||||
REAL_DIR=`pwd`
|
||||
cd /tmp
|
||||
|
1
.github/workflows/build_ps3.yml
vendored
1
.github/workflows/build_ps3.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
- name: Compile PS3 build
|
||||
id: compile
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
export PS3DEV=/usr/local/ps3dev
|
||||
export PSL1GHT=/usr/local/ps3dev
|
||||
|
7
.github/workflows/build_wiiu.yml
vendored
7
.github/workflows/build_wiiu.yml
vendored
@ -43,3 +43,10 @@ jobs:
|
||||
with:
|
||||
SOURCE_FILE: 'ClassiCube-wiiu.elf'
|
||||
DEST_NAME: 'ClassiCube-wiiu.elf'
|
||||
|
||||
|
||||
- uses: ./.github/actions/notify_success
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
||||
WORKFLOW_NAME: 'wiiu'
|
4
.github/workflows/build_windows.yml
vendored
4
.github/workflows/build_windows.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
SOURCE_FILE: 'src/cc-w32-d3d9.exe'
|
||||
DEST_NAME: 'ClassiCube-Win32.exe'
|
||||
DEST_NAME: 'ClassiCube-Win32-Direct3D9.exe'
|
||||
|
||||
- uses: ./.github/actions/upload_build
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
SOURCE_FILE: 'src/cc-w64-d3d9.exe'
|
||||
DEST_NAME: 'ClassiCube-Win64.exe'
|
||||
DEST_NAME: 'ClassiCube-Win64-Direct3D9.exe'
|
||||
|
||||
- uses: ./.github/actions/upload_build
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
|
7
.github/workflows/build_xbox360.yml
vendored
7
.github/workflows/build_xbox360.yml
vendored
@ -47,3 +47,10 @@ jobs:
|
||||
with:
|
||||
SOURCE_FILE: 'ClassiCube-xbox360.elf32'
|
||||
DEST_NAME: 'ClassiCube-xbox360.elf32'
|
||||
|
||||
|
||||
- uses: ./.github/actions/notify_success
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
||||
WORKFLOW_NAME: 'xbox360'
|
Loading…
x
Reference in New Issue
Block a user