Merging changes from AeroXuk/libpostal_windows.

This commit is contained in:
AeroXuk
2017-11-19 12:44:38 +00:00
parent 7d6e648fc3
commit 2d3b420d35
17 changed files with 398 additions and 30 deletions

26
.appveyor.yml Normal file
View File

@@ -0,0 +1,26 @@
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
install:
-'%APPVEYOR_BUILD_FOLDER%\win_install.bat'
build_script:
- '%APPVEYOR_BUILD_FOLDER%\win_build.bat'
test_script:
- 'echo No tests yet'