From 03bbbd76be1ef10d993ac472d1a01ce55b88bee4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 24 Aug 2019 21:37:34 +0800 Subject: add bcsave verbose output for ci --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5423db9df..71fd471e8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,7 +50,7 @@ build_script: - ps: Copy-Item -Force .\core\build\xmake.exe $(Get-Command xmake).Path - ps: (Get-Command xmake).FileVersionInfo.ProductVersion # use bitcodes - - ps: xmake l private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake + - ps: xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake - ps: (Get-Command xmake).FileVersionInfo.ProductVersion after_build: -- cgit v1.3.1