From ee9e138034b5098ea23e3b468cb0290590fe3e4c Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 17 May 2019 13:01:56 +0900 Subject: [PATCH] build: Enable verbose debugging --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index a4568ad..aed1a16 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,8 +23,10 @@ install: - ps: Start-FileDownload 'https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ' -FileName images.zip -Timeout 600000 - ps: 7z x images.zip -y -aoa - ps: Remove-Item images.zip + - ps: Remove-Item __MACOSX -Recurse -ErrorAction Ignore - ps: cd ../.. - ps: Tree ./src /F + - ps: $env:DEBUG="*" cache: - '%APPDATA%\npm-cache -> appveyor.yml'