mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +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:
|
||||
path: ~/MBHaxe
|
||||
|
||||
- macos/install-rosetta
|
||||
- run:
|
||||
name: Install brew dependencies
|
||||
command: |
|
||||
|
|
@ -268,7 +269,7 @@ jobs:
|
|||
- run:
|
||||
name: Upload to Artifact Storage
|
||||
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:
|
||||
# path: ~/MBHaxe/MBHaxe-Gold.zip
|
||||
|
|
@ -305,6 +306,12 @@ jobs:
|
|||
nekopath=$(/bin/find /c/ProgramData/chocolatey/lib/neko -name neko.dll -printf '%h\n')
|
||||
set NEKOPATH=$nekopath
|
||||
export PATH=$nekopath:"$PATH"
|
||||
|
||||
- run:
|
||||
name: Install CMake
|
||||
command: |
|
||||
choco install --no-progress cmake -y
|
||||
|
||||
- run:
|
||||
name: Install Haxe
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue