Fix bugs in AppVeyor config and build script. Added call to test script.

This commit is contained in:
AeroXuk
2017-11-19 13:35:08 +00:00
parent 2d3b420d35
commit dbf232b8f8
2 changed files with 4 additions and 6 deletions

View File

@@ -16,11 +16,8 @@ environment:
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'
- '%APPVEYOR_BUILD_FOLDER%\test\test_libpostal.exe'