Invited tests.

This commit is contained in:
Ward Fisher 2018-04-25 14:50:05 -06:00
parent d4636b0e1a
commit 736f8d0c15

View File

@ -33,4 +33,9 @@ build_script:
- cmd: cd build
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release
- cmd: if errorlevel 1 exit 1
- cmd: cmake --build . --config Release --target netcdf
- cmd: cmake --build . --config Release --target
test_script:
- cmd: cmake --build . --config Release --target RUN_TESTS
- cmd: if errorlevel 1 exit 1