From 891e1aac073b2a746e33f477ea60635127948111 Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:07:39 +0000 Subject: [PATCH] Update readme and appveyor-linux.yml --- README.md | 6 ++++++ appveyor-linux.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf321d..cd01fc5 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/appveyor-linux.yml b/appveyor-linux.yml index ec7c225..08419e0 100644 --- a/appveyor-linux.yml +++ b/appveyor-linux.yml @@ -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