mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Merge branch 'appveyor.wif' of github.com:Unidata/netcdf-c into appveyor.wif
This commit is contained in:
commit
abc606ca71
10
appveyor.yml
10
appveyor.yml
@ -34,10 +34,10 @@ 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:8
|
||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:8
|
||||
- cmd: cmake --build . --config Release --target Experimental -- /maxcpucount:2
|
||||
# - cmd: cmake --build . --config Release --target install -- /maxcpucount:2
|
||||
|
||||
|
||||
test_script:
|
||||
- cmd: ctest . -j 8
|
||||
- cmd: if errorlevel 1 exit 1
|
||||
#test_script:
|
||||
# - cmd: ctest . -j 2
|
||||
# - cmd: if errorlevel 1 exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user