소스 검색

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%
   - echo "Install directory:"
   - 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:"
   - dir dist\