Adding libpostal.h to the AppVeyor package.

This commit is contained in:
AeroXuk
2017-11-25 10:13:14 +00:00
parent 26ac9ab5c2
commit bb5535602a

View File

@@ -1,9 +1,5 @@
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2015
platform: x64
@@ -23,7 +19,7 @@ test_script:
- '%APPVEYOR_BUILD_FOLDER%\test\test_libpostal.exe'
after_build:
- 7z a libpostal.zip %APPVEYOR_BUILD_FOLDER%\libpostal.dll %APPVEYOR_BUILD_FOLDER%\libpostal.def %APPVEYOR_BUILD_FOLDER%\libpostal.exp %APPVEYOR_BUILD_FOLDER%\libpostal.lib
- 7z a libpostal.zip %APPVEYOR_BUILD_FOLDER%\libpostal.dll %APPVEYOR_BUILD_FOLDER%\libpostal.def %APPVEYOR_BUILD_FOLDER%\libpostal.exp %APPVEYOR_BUILD_FOLDER%\libpostal.lib %APPVEYOR_BUILD_FOLDER%\src\libpostal.h
artifacts:
- path: libpostal.zip