Kaynağa Gözat

Artifacts appveyor (#706)

* adding .exe's to appveyor's artifacts

* adding examples only
Sten Grüner 8 yıl önce
ebeveyn
işleme
8d1db73ac6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -84,7 +84,7 @@ build_script:
   - cd ..
 
 after_build:
-  - 7z a open62541-win32.zip %APPVEYOR_BUILD_FOLDER%\build\Debug\*
-  - 7z a open62541-win64.zip %APPVEYOR_BUILD_FOLDER%\build64\Debug\*
+  - 7z a open62541-win32.zip %APPVEYOR_BUILD_FOLDER%\build\Debug\* %APPVEYOR_BUILD_FOLDER%\build\examples\Debug\*
+  - 7z a open62541-win64.zip %APPVEYOR_BUILD_FOLDER%\build64\Debug\* %APPVEYOR_BUILD_FOLDER%\build64\examples\Debug\*
   - appveyor PushArtifact open62541-win32.zip
   - appveyor PushArtifact open62541-win64.zip