Update readme and appveyor-linux.yml

This commit is contained in:
daniel11420 2021-04-06 03:07:39 +00:00 committed by GitHub
parent 013fca6760
commit 891e1aac07
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# daniel11420/Kade-Engine
The point of this fork of Kade-Engine is to build it with AppVeyor. Nothing else is changed.
Windows: [AppVeyor Project](https://ci.appveyor.com/project/daniel11420/kade-engine-windows) | [Artifacts (downloads)](https://ci.appveyor.com/project/daniel11420/kade-engine-windows/build/artifacts)
Linux: [AppVeyor Project](https://ci.appveyor.com/project/daniel11420/kade-engine-linux) | [Artifacts (downloads)](https://ci.appveyor.com/project/daniel11420/kade-engine-linux/build/artifacts)
![KadeEngineLogo](https://user-images.githubusercontent.com/26305836/110529589-4b4eb600-80ce-11eb-9c44-e899118b0bf0.png)
**Download the latest release [here](https://github.com/KadeDev/Kade-Engine/releases/latest)**

View File

@ -2,7 +2,7 @@ version: '{build}'
image: Ubuntu2004
environment:
global:
HAXELIB_ROOT: ~/haxelib
HAXELIB_ROOT: /home/appveyor/haxelib
install:
- sudo add-apt-repository ppa:haxe/releases -y