mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-28 18:35:38 +01:00
use jom
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
d446f3d6ad
commit
1c89dc5c97
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user