Create appveyor-macos.yml
This commit is contained in:
parent
4deed52fa0
commit
2d7a6500ce
37
appveyor-macos.yml
Normal file
37
appveyor-macos.yml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
version: '{build}'
|
||||||
|
image: macos
|
||||||
|
environment:
|
||||||
|
global:
|
||||||
|
HAXELIB_ROOT: /home/appveyor/haxelib
|
||||||
|
|
||||||
|
install:
|
||||||
|
- cd /home/appveyor
|
||||||
|
- brew install haxe@4.1.5
|
||||||
|
- brew install gnutar
|
||||||
|
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
|
||||||
|
- haxelib install lime 7.9.0
|
||||||
|
- haxelib install openfl
|
||||||
|
- haxelib install flixel
|
||||||
|
- haxelib run lime setup flixel
|
||||||
|
- haxelib run lime setup
|
||||||
|
- haxelib install flixel-tools
|
||||||
|
- haxelib install flixel-addons
|
||||||
|
- haxelib install flixel-ui
|
||||||
|
- haxelib install hscript
|
||||||
|
- haxelib install newgrounds
|
||||||
|
- haxelib git faxe https://github.com/uhrobots/faxe
|
||||||
|
- haxelib git polymod https://github.com/larsiusprime/polymod.git
|
||||||
|
- haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
|
||||||
|
- haxelib install linc_luajit
|
||||||
|
- haxelib list
|
||||||
|
- cd /home/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 .
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: funkin-ke.tar
|
||||||
|
name: macOS build idk
|
Loading…
x
Reference in New Issue
Block a user