31 lines
676 B
YAML
31 lines
676 B
YAML
version: 1.0.{build}
|
|
|
|
image: Visual Studio 2015
|
|
platform: x64
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
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 %APPVEYOR_BUILD_FOLDER%\src\libpostal.h
|
|
|
|
artifacts:
|
|
- path: libpostal.zip
|
|
name: libpostal
|