Add appveyor-linux and remove linux stuff from appveyor-windows

This commit is contained in:
daniel11420 2021-04-06 02:55:34 +00:00 committed by GitHub
parent 523457b764
commit a9edb8bfc3
2 changed files with 35 additions and 9 deletions

34
appveyor-linux.yml Normal file
View File

@ -0,0 +1,34 @@
version: '{build}'
image: Ubuntu2004
environment:
global:
HAXELIB_ROOT: ~/haxelib
install:
- sudo add-apt-repository ppa:haxe/releases -y
- sudo apt-get update
- sudo apt-get install haxe -y
- 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 install flixel-addons
- 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 list
build_script:
- haxelib run lime build linux
artifacts:
- path: export/release/linux
name: Linux release
type: zip

View File

@ -36,18 +36,10 @@ install:
# No tests idk lol
build_script:
- haxelib run lime build linux
- haxelib run lime build windows
# haxelib run lime build linux
artifacts:
- path: export/release/linux
name: Linux release
type: zip
- path: export/release/windows
name: Windows release
type: zip
- path: export/
name: All exports
type: zip