Browse Source

Artifacts appveyor (#706)

* adding .exe's to appveyor's artifacts

* adding examples only
Sten Grüner 8 years ago
parent
commit
8d1db73ac6
1 changed files with 2 additions and 2 deletions
  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