Adding make -j4 and setting appveyor to only build master branch.

This commit is contained in:
AeroXuk
2017-12-01 00:22:35 +00:00
parent e35d6bf392
commit 363e13263e

View File

@@ -1,6 +1,10 @@
version: 1.0.{build} version: 1.0.{build}
image: Visual Studio 2015 image: Visual Studio 2015
branches:
only:
- master
environment: environment:
matrix: matrix:
- COMPILER: msys2 - COMPILER: msys2
@@ -31,7 +35,7 @@ build_script:
bash -lc "cd $Env:WDIR && cp -rf ./windows/* ./" bash -lc "cd $Env:WDIR && cp -rf ./windows/* ./"
bash -lc "cd $Env:WDIR && ./bootstrap.sh" bash -lc "cd $Env:WDIR && ./bootstrap.sh"
bash -lc "cd $Env:WDIR && ./configure --datadir=/c" bash -lc "cd $Env:WDIR && ./configure --datadir=/c"
bash -lc "cd $Env:WDIR && make" bash -lc "cd $Env:WDIR && make -j4"
bash -lc "cd $Env:WDIR && make install" bash -lc "cd $Env:WDIR && make install"
bash -lc "cd $Env:WDIR && cp src/.libs/libpostal-*.dll libpostal.dll" bash -lc "cd $Env:WDIR && cp src/.libs/libpostal-*.dll libpostal.dll"
& 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\lib.exe' /def:libpostal.def /out:libpostal.lib /machine:$Env:PLATFORM & 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\lib.exe' /def:libpostal.def /out:libpostal.lib /machine:$Env:PLATFORM