mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-04 21:00:31 +12:00
Test mac app bundling
ci test CI 2 Final commit
This commit is contained in:
parent
ed1b0704d6
commit
8e7d776b79
3 changed files with 58 additions and 3 deletions
18
.github/workflows/MacOS_Build.yml
vendored
18
.github/workflows/MacOS_Build.yml
vendored
|
@ -32,8 +32,20 @@ jobs:
|
|||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Upload executable
|
||||
- name: Install bundle dependencies
|
||||
run: brew install dylibbundler imagemagick
|
||||
|
||||
- name: Run bundle script
|
||||
run: ./.github/mac-bundle.sh
|
||||
|
||||
- name: Sign the App
|
||||
run: codesign --force -s - -vvvv Alber.app
|
||||
|
||||
- name: Zip it up
|
||||
run: zip -r Alber Alber.app
|
||||
|
||||
- name: Upload MacOS App
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: MacOS executable
|
||||
path: './build/Alber'
|
||||
name: Alber
|
||||
path: 'Alber.zip'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue