Skip to content

Commit

Permalink
Try to enable the windows tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Aug 29, 2024
1 parent d3ecbc2 commit 3b09dd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ call conda create ^
--name vigra ^
python=%PYTHON_VERSION% pytest c-compiler cxx-compiler ^
zlib libjpeg-turbo libpng libtiff hdf5 fftw cmake ninja ^
boost=1.78 boost-cpp=1.78 numpy h5py sphinx ^
boost boost-cpp numpy h5py sphinx ^
openexr lemon

if errorlevel 1 exit 1
Expand Down Expand Up @@ -44,8 +44,8 @@ if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1

:REM nmake check
:REM if errorlevel 1 exit 1
:REM
:REM ctest -V
:REM if errorlevel 1 exit 1
nmake check
if errorlevel 1 exit 1

ctest -V
if errorlevel 1 exit 1

0 comments on commit 3b09dd0

Please sign in to comment.