From fe1942d8a8cf93a0adbea4fc31e3ca940180e8e7 Mon Sep 17 00:00:00 2001 From: Kai Kramer Date: Sun, 16 Sep 2018 16:55:54 +0200 Subject: [PATCH] Added test task to appveyor config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9ff886981..fc6857135 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ build: verbosity: detailed build_script: - - gradlew.bat zip nsis buildDeb buildRpm + - gradlew.bat test zip nsis buildDeb buildRpm artifacts: - path: kse\build\distributions\kse-*.zip