mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 13:11:42 +00:00
fix build for real
This commit is contained in:
parent
3d4072b542
commit
eeac73c06a
1 changed files with 8 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/MBHaxe
|
path: ~/MBHaxe
|
||||||
|
|
||||||
|
- macos/install-rosetta
|
||||||
- run:
|
- run:
|
||||||
name: Install brew dependencies
|
name: Install brew dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -268,7 +269,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Upload to Artifact Storage
|
name: Upload to Artifact Storage
|
||||||
command: |
|
command: |
|
||||||
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/MBHaxe-Gold-Mac.dmg $REMOTEDIR/MBHaxe-Gold-Mac.dmg
|
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/macos-dist/MBHaxe-Gold-Mac.dmg $REMOTEDIR/MBHaxe-Gold-Mac.dmg
|
||||||
|
|
||||||
# - store_artifacts:
|
# - store_artifacts:
|
||||||
# path: ~/MBHaxe/MBHaxe-Gold.zip
|
# path: ~/MBHaxe/MBHaxe-Gold.zip
|
||||||
|
|
@ -305,6 +306,12 @@ jobs:
|
||||||
nekopath=$(/bin/find /c/ProgramData/chocolatey/lib/neko -name neko.dll -printf '%h\n')
|
nekopath=$(/bin/find /c/ProgramData/chocolatey/lib/neko -name neko.dll -printf '%h\n')
|
||||||
set NEKOPATH=$nekopath
|
set NEKOPATH=$nekopath
|
||||||
export PATH=$nekopath:"$PATH"
|
export PATH=$nekopath:"$PATH"
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Install CMake
|
||||||
|
command: |
|
||||||
|
choco install --no-progress cmake -y
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Haxe
|
name: Install Haxe
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue