Adding libpostal.h to the AppVeyor package.
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|
||||||
@@ -23,7 +19,7 @@ test_script:
|
|||||||
- '%APPVEYOR_BUILD_FOLDER%\test\test_libpostal.exe'
|
- '%APPVEYOR_BUILD_FOLDER%\test\test_libpostal.exe'
|
||||||
|
|
||||||
after_build:
|
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:
|
artifacts:
|
||||||
- path: libpostal.zip
|
- path: libpostal.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user