mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-22 16:02:38 +00:00
update CI
This commit is contained in:
parent
82ca9cde8e
commit
f3d79fbbab
2 changed files with 2 additions and 7934 deletions
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
NPROC: 4
|
NPROC: 4
|
||||||
|
COMMIT_TAG: pipeline.git.tag
|
||||||
steps:
|
steps:
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/MBHaxe
|
path: ~/MBHaxe
|
||||||
|
|
@ -157,7 +158,7 @@ jobs:
|
||||||
git clone --depth=1 https://github.com/RandomityGuy/hashlink
|
git clone --depth=1 https://github.com/RandomityGuy/hashlink
|
||||||
cd hashlink
|
cd hashlink
|
||||||
# Fix OpenAL
|
# Fix OpenAL
|
||||||
curl -L https://github.com/nullobsi/hashlink/commit/a09491918cc4b83c2cb9fcded855fe967857385f.diff | git apply
|
£ curl -L https://github.com/nullobsi/hashlink/commit/a09491918cc4b83c2cb9fcded855fe967857385f.diff | git apply
|
||||||
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" -DCMAKE_FIND_FRAMEWORK=LAST -DWITH_SQLITE=OFF -DWITH_SSL=OFF -DWITH_UV=OFF -DBUILD_TESTING=OFF -DCMAKE_MACOSX_RPATH=TRUE
|
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" -DCMAKE_FIND_FRAMEWORK=LAST -DWITH_SQLITE=OFF -DWITH_SSL=OFF -DWITH_UV=OFF -DBUILD_TESTING=OFF -DCMAKE_MACOSX_RPATH=TRUE
|
||||||
cmake --build build --config Release -j$NPROC
|
cmake --build build --config Release -j$NPROC
|
||||||
sudo cmake --install build
|
sudo cmake --install build
|
||||||
|
|
@ -184,8 +185,6 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Package app bundle
|
name: Package app bundle
|
||||||
environment:
|
|
||||||
COMMIT_TAG: pipeline.git.tag
|
|
||||||
command: |
|
command: |
|
||||||
cd ~/MBHaxe
|
cd ~/MBHaxe
|
||||||
./package-macos.sh v$COMMIT_TAG
|
./package-macos.sh v$COMMIT_TAG
|
||||||
|
|
|
||||||
7931
replay_pid19048.log
7931
replay_pid19048.log
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue