mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Invited tests.
This commit is contained in:
parent
d4636b0e1a
commit
736f8d0c15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user