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
|
image: macos
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
HAXELIB_ROOT: /home/appveyor/haxelib
|
HAXELIB_ROOT: /Users/appveyor/haxelib
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd /home/appveyor
|
- cd /Users/appveyor
|
||||||
- brew install haxe@4.1.5
|
- brew install haxe@4.1.5 -y
|
||||||
- brew install gnutar
|
- brew install gnutar -y
|
||||||
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
|
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
|
||||||
- haxelib install lime 7.9.0
|
- haxelib install lime 7.9.0
|
||||||
- haxelib install openfl
|
- haxelib install openfl
|
||||||
@ -24,13 +24,13 @@ install:
|
|||||||
- haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
|
- haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
|
||||||
- haxelib install linc_luajit
|
- haxelib install linc_luajit
|
||||||
- haxelib list
|
- haxelib list
|
||||||
- cd /home/appveyor/projects/kade-engine-macos
|
- cd /Users/appveyor/projects/kade-engine-macos
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- haxelib run lime build mac
|
- haxelib run lime build mac
|
||||||
|
|
||||||
after_build:
|
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:
|
artifacts:
|
||||||
- path: funkin-ke.tar
|
- path: funkin-ke.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user