From bb5535602ab0975a418dcccecce11551ef23daa2 Mon Sep 17 00:00:00 2001 From: AeroXuk Date: Sat, 25 Nov 2017 10:13:14 +0000 Subject: [PATCH] Adding libpostal.h to the AppVeyor package. --- .appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7641ecaa..eac7a36c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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