瀏覽代碼

AppVeyor: Copy contents of install/bin to dist

bel2125 7 年之前
父節點
當前提交
0ae7270279
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      appveyor.yml

+ 4 - 1
appveyor.yml

@@ -342,7 +342,10 @@ after_test:
   - dir %build_path%
   - dir %build_path%
   - echo "Install directory:"
   - echo "Install directory:"
   - dir %install_path%
   - dir %install_path%
-  - if "%build_type%"=="Release" (copy "%install_path%" dist\)
+  - dir %install_path%\bin
+  - dir %install_path%\include
+  - dir %install_path%\lib
+  - if "%build_type%"=="Release" (copy "%install_path%"\bin dist\)
   - echo "Dist directory:"
   - echo "Dist directory:"
   - dir dist\
   - dir dist\