Update appveyor-macos.yml

This commit is contained in:
Puyo 2021-05-04 08:04:02 +02:00 committed by GitHub
parent 2cd71e73a2
commit 37f3d5a0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,16 @@ image: macos
environment:
global:
HAXELIB_ROOT: /Users/appveyor/haxelib
HAXE_INSTALLDIR: /Users/appveyor/haxe_bin
install:
- cd /Users/appveyor
- brew install haxe@4.1.5
- brew install neko
- brew install gnutar
- wget "https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-osx.tar.gz"
- mkdir $HAXE_INSTALLDIR
- tar -xf haxe-4.1.5-osx.tar.gz -C $HAXE_INSTALLDIR
- export PATH=$PATH:$HAXE_INSTALLDIR/haxe_20201231082044_5e33a78aa
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
- haxelib install lime 7.9.0
- haxelib install openfl
@ -30,7 +35,7 @@ build_script:
- haxelib run lime build mac
after_build:
- gtar -cvf funkin-ke.tar -C /Users/appveyor/projects/kade-engine-macos/export/release/linux/bin .
- gtar -cvf funkin-ke.tar -C /Users/appveyor/projects/kade-engine-macos/export/release/mac/bin .
artifacts:
- path: funkin-ke.tar