Running tests will be good, but for now just check if netCDF builds on Windows.

This commit is contained in:
Ward Fisher 2018-05-14 13:20:22 -06:00
parent 27ca221bdb
commit 71be30a50e

View File

@ -35,7 +35,6 @@ build_script:
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC% -DENABLE_BASH_SCRIPT_TESTING=OFF -DBUILD_SHARED_LIBS=OFF
- cmd: if errorlevel 1 exit 1
- cmd: cmake --build . --config Release -- /maxcpucount:2
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2
test_script:
- cmd: ctest -I 3,3
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2