Files
libpostal/.appveyor.yml
2017-11-23 02:24:06 +00:00

31 lines
636 B
YAML

version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2015
platform: x64
environment:
matrix:
- COMPILER: msys2
PLATFORM: x64
MSYS2_ARCH: x86_64
MSYS2_DIR: msys64
MSYSTEM: MINGW64
BIT: 64
build_script:
- '%APPVEYOR_BUILD_FOLDER%\win_build.bat'
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
artifacts:
- path: libpostal.zip
name: libpostal