mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Reduced CPUs used to reflect the 2 processors available
This commit is contained in:
parent
28ce3e4a8c
commit
82818a0d5f
@ -35,9 +35,9 @@ build_script:
|
||||
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC%
|
||||
- cmd: if errorlevel 1 exit 1
|
||||
- cmd: cmake --build . --config Release -- /maxcpucount:8
|
||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:8
|
||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2
|
||||
|
||||
|
||||
test_script:
|
||||
- cmd: ctest . -j 8
|
||||
- cmd: ctest . -j 2
|
||||
- cmd: if errorlevel 1 exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user