crying ue ue ue ue ue ue ue
This commit is contained in:
parent
d9738caa8e
commit
5a8d7d3697
@ -2,12 +2,12 @@ version: '{build}'
|
||||
image: macos
|
||||
environment:
|
||||
global:
|
||||
HAXELIB_ROOT: /home/appveyor/haxelib
|
||||
HAXELIB_ROOT: /Users/appveyor/haxelib
|
||||
|
||||
install:
|
||||
- cd /home/appveyor
|
||||
- brew install haxe@4.1.5
|
||||
- brew install gnutar
|
||||
- cd /Users/appveyor
|
||||
- brew install haxe@4.1.5 -y
|
||||
- brew install gnutar -y
|
||||
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
|
||||
- haxelib install lime 7.9.0
|
||||
- haxelib install openfl
|
||||
@ -24,13 +24,13 @@ install:
|
||||
- haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
|
||||
- haxelib install linc_luajit
|
||||
- haxelib list
|
||||
- cd /home/appveyor/projects/kade-engine-macos
|
||||
- cd /Users/appveyor/projects/kade-engine-macos
|
||||
|
||||
build_script:
|
||||
- haxelib run lime build mac
|
||||
|
||||
after_build:
|
||||
- gtar -cvf funkin-ke.tar -C /home/appveyor/projects/kade-engine-macos/export/release/linux/bin .
|
||||
- gtar -cvf funkin-ke.tar -C /Users/appveyor/projects/kade-engine-macos/export/release/linux/bin .
|
||||
|
||||
artifacts:
|
||||
- path: funkin-ke.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user