Explorar o código

Artifacts appveyor (#706)

* adding .exe's to appveyor's artifacts

* adding examples only
Sten Grüner %!s(int64=8) %!d(string=hai) anos
pai
achega
8d1db73ac6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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