mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Merge pull request #213 from Splendide-Imaginarius/mkxp-z-meson-setup
Avoid deprecated meson usage
This commit is contained in:
commit
84fcd28ebb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/autobuild.yml
vendored
6
.github/workflows/autobuild.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
source windows/vars.sh
|
source windows/vars.sh
|
||||||
meson build
|
meson setup build
|
||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
strip ./mkxp-z.exe
|
strip ./mkxp-z.exe
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
run: |
|
run: |
|
||||||
source linux/vars.sh
|
source linux/vars.sh
|
||||||
meson build --bindir=. --prefix=$GITHUB_WORKSPACE/build/local
|
meson setup build --bindir=. --prefix=$GITHUB_WORKSPACE/build/local
|
||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
ninja install
|
ninja install
|
||||||
|
@ -294,4 +294,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mkxp-z.macos.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
name: mkxp-z.macos.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
||||||
path: build/Build/Products/Release/Z-universal.app.zip
|
path: build/Build/Products/Release/Z-universal.app.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue