Skip to content

Commit

Permalink
Attempt running tests on Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Nov 15, 2023
1 parent 6d9c092 commit dd94528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
- cmd: conda update conda
- cmd: conda install hdf5=1.8.18 curl hdf4
- cmd: conda install hdf5=1.14.2 curl hdf4

configuration: Release

Expand All @@ -39,6 +39,8 @@ build_script:
- cmd: cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%INSTALL_LOC% -DENABLE_BASH_SCRIPT_TESTING=OFF -DENABLE_FILTER_TESTING=OFF -DENABLE_BYTERANGE=ON
- cmd: if errorlevel 1 exit 1
- cmd: cmake --build . --config Release -- /maxcpucount:4


test_script:
- cmd: cmake --build . --config Release --target install -- /maxcpucount:4
- cmd: ctest . -j 4

0 comments on commit dd94528

Please sign in to comment.