mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-27 18:32:20 +00:00
fix
This commit is contained in:
parent
72ff57a290
commit
3f600ce9fd
1 changed files with 4 additions and 5 deletions
|
|
@ -557,13 +557,12 @@ jobs:
|
|||
export PATH=$nekopath:"$PATH"
|
||||
cd ~/project
|
||||
haxe compile-uwp.hxml
|
||||
HASHLINKPATH=~/deps/hashlink
|
||||
MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:HASHLINK=$HASHLINKPATH marblegame.sln
|
||||
cd uwp
|
||||
"/c/Program Files/CMake/bin/cmake" -B build_vs -G "Visual Studio 17 2022" -A x64 -T v142 -DDATACHANNEL_DIR=~/deps/hxDatachannel/cpp/build/Release -DHASHLINK_DIR=~/deps/hashlink/build/bin -DMBHAXE_DIR=../native/x64/Release
|
||||
"/c/Program Files/CMake/bin/cmake" --build build_vs --config Release -j4
|
||||
cd native
|
||||
HASHLINKPATH=~/deps/hashlink
|
||||
MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:HASHLINK=$HASHLINKPATH marblegame.sln
|
||||
cd ../uwp
|
||||
"/c/Program Files/CMake/bin/cmake" -B build_vs -G "Visual Studio 17 2022" -A x64 -T v142 -DDATACHANNEL_DIR=~/deps/hxDatachannel/cpp/build/Release -DHASHLINK_DIR=~/deps/hashlink/build/bin -DMBHAXE_DIR=../native/x64/Release
|
||||
"/c/Program Files/CMake/bin/cmake" --build build_vs --config Release -j4
|
||||
|
||||
- run:
|
||||
name: Package app bundle
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue