From ee1aa98e4511e0d74d94142c14e0b2536f9788e1 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Mon, 30 Sep 2019 23:20:04 +0800 Subject: [PATCH] appveyor: remove some files from artifacts --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d29de55..8d017c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ build_script: - qmake ..\PineapplePictures.pro - mingw32-make - cd release + - del /a /f /q "*.o" "*.cpp" "*.h" - windeployqt --no-quick-import --release .\PineapplePictures.exe artifacts: