Skip to content

Commit

Permalink
use jom
Browse files Browse the repository at this point in the history
Signed-off-by: FrancisANDRE <[email protected]>
  • Loading branch information
zosrothko committed Dec 19, 2015
1 parent d446f3d commit 1c89dc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@ build_script:
if ($env:builder -eq "cmake")
{
mkdir cmake-build | out-null;cd cmake-build;
cmake ../. -G"NMake Makefiles JOM" -DENABLE_TESTS=ON -DENABLE_NETSSL_OPENSSL=OFF -DENABLE_NETSSL_WIN=ON -DENABLE_DATA_MYSQL=OFF -DENABLE_REDIS=OFF;
cmake --build . --config $env:configuration -- /nologo;
cmake ../. -G"NMake Makefiles JOM" -DENABLE_TESTS=ON -DENABLE_NETSSL=OFF -DENABLE_NETSSL_WIN=ON -DENABLE_DATA_MYSQL=OFF -DENABLE_REDIS=OFF;
jom
}
# cmake --build . --config $env:configuration -- /nologo;



Expand Down

0 comments on commit 1c89dc5

Please sign in to comment.