Update appveyor-macos.yml
This commit is contained in:
parent
2cd71e73a2
commit
37f3d5a0be
@ -3,11 +3,16 @@ image: macos
|
|||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
HAXELIB_ROOT: /Users/appveyor/haxelib
|
HAXELIB_ROOT: /Users/appveyor/haxelib
|
||||||
|
HAXE_INSTALLDIR: /Users/appveyor/haxe_bin
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd /Users/appveyor
|
- cd /Users/appveyor
|
||||||
- brew install haxe@4.1.5
|
- brew install neko
|
||||||
- brew install gnutar
|
- 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
|
- 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
|
||||||
@ -30,7 +35,7 @@ build_script:
|
|||||||
- haxelib run lime build mac
|
- haxelib run lime build mac
|
||||||
|
|
||||||
after_build:
|
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:
|
artifacts:
|
||||||
- path: funkin-ke.tar
|
- path: funkin-ke.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user