From 0d704f2d3bfa978b842cf87a1c8fa387591d960a Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 05:08:36 +0000 Subject: [PATCH] test thing --- appveyor-linux.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor-linux.yml b/appveyor-linux.yml index 706ff1a..de5fbf1 100644 --- a/appveyor-linux.yml +++ b/appveyor-linux.yml @@ -33,9 +33,10 @@ install: - cd /home/appveyor/projects/kade-engine-linux build_script: - - haxelib run lime build linux + # haxelib run lime build linux + - haxelib run lime test linux -debug artifacts: -- path: export/release/linux - name: Linux release +- path: export/ + name: Export type: zip \ No newline at end of file