mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Appveyor tweak
This commit is contained in:
parent
62e66f4b8d
commit
0787cf2a34
@ -34,9 +34,9 @@ build_script:
|
||||
- cmd: cd build
|
||||
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC% -DENABLE_BASH_SCRIPT_TESTING=OFF
|
||||
- cmd: if errorlevel 1 exit 1
|
||||
- cmd: cmake --build . --config Release -- /maxcpucount:2
|
||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2
|
||||
- cmd: ctest -j 2
|
||||
- cmd: cmake --build . --config Release -- /maxcpucount:1
|
||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:1
|
||||
- cmd: ctest
|
||||
|
||||
#test_script:
|
||||
# - cmd: ctest . -j 2
|
||||
|
Loading…
Reference in New Issue
Block a user