From f0a143a85e664e504c13219bbaee7f1a34a0b9d9 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 1 Feb 2021 14:28:43 +0100 Subject: [PATCH] test --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1d798409..c821fffe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,8 @@ build_script: - ninja - cd ../../ -test_script: - - cd bin/test - - ..\..\build\win64\Release\test\Sourcetrail_test.exe - - cd ../../ +artifacts: + - path: build + name: foo + type: zip + \ No newline at end of file