summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-24 21:37:34 +0800
committerruki <[email protected]>2019-08-24 21:37:34 +0800
commit03bbbd76be1ef10d993ac472d1a01ce55b88bee4 (patch)
tree6358eac1ad479f469e3295a34a0db98f1a7722cc
parent5050520d20fb41fc61a0a7a294b34617e6737932 (diff)
add bcsave verbose output for ci
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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: