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

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