crying ue ue ue ue ue ue ue

This commit is contained in:
Puyo 2021-05-04 06:55:59 +02:00 committed by GitHub
parent d9738caa8e
commit 5a8d7d3697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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