File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 77 branches : [ main ]
88
99jobs :
10- build-macos-intel :
11- name : Build for macOS Intel
12- runs-on : macos-latest
13- steps :
14- - uses : actions/checkout@v4
15-
16- - name : Install dependencies for x86_64
17- run : arch -x86_64 brew install sdl2 sdl2_image sdl2_mixer
18-
19- - name : Configure CMake
20- run : cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64"
21-
22- - name : Build
23- run : cmake --build build --config Release
24-
25- - name : Package .app
26- run : |
27- cd build
28- zip -r MarioISN-macos-intel.zip mario_isn.app
29-
30- - name : Upload artifact
31- uses : actions/upload-artifact@v4
32- with :
33- name : MarioISN-macos-intel
34- path : build/MarioISN-macos-intel.zip
35-
3610 build-macos-arm :
3711 name : Build for macOS ARM
3812 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments