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