mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Attempting to run tests a different way.
This commit is contained in:
parent
82818a0d5f
commit
1193d7fe29
10
appveyor.yml
10
appveyor.yml
@ -34,10 +34,10 @@ build_script:
|
|||||||
- cmd: cd build
|
- cmd: cd build
|
||||||
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC%
|
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC%
|
||||||
- cmd: if errorlevel 1 exit 1
|
- cmd: if errorlevel 1 exit 1
|
||||||
- cmd: cmake --build . --config Release -- /maxcpucount:8
|
- cmd: cmake --build . --config Release --target Experimental -- /maxcpucount:2
|
||||||
- cmd: cmake --build . --config Release --target install -- /maxcpucount:2
|
# - cmd: cmake --build . --config Release --target install -- /maxcpucount:2
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
#test_script:
|
||||||
- cmd: ctest . -j 2
|
# - cmd: ctest . -j 2
|
||||||
- cmd: if errorlevel 1 exit 1
|
# - cmd: if errorlevel 1 exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user