Skip to content

Commit

Permalink
Disabled the building of the JasPer documentation in the Appveyor CI to
Browse files Browse the repository at this point in the history
workaround problems with Doxygen/LaTeX in that environment.
  • Loading branch information
mdadams committed Nov 28, 2023
1 parent 70168ae commit dda5d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/appveyor/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ rem cmake -G "Visual Studio 12 2013 Win64" ^
cmake ^
-H%source_dir% -B%build_dir_shared% %allow_in_source_build% ^
-DCMAKE_INSTALL_PREFIX=%install_dir_shared% ^
-DJAS_ENABLE_SHARED=true || exit /B 1
-DJAS_ENABLE_SHARED=true ^
-DJAS_ENABLE_DOC=false || exit /B 1

rem msbuild %build_dir_shared%\INSTALL.vcxproj || exit /B 1
cmake --build %build_dir_shared% --clean-first || exit /B 1
Expand Down

0 comments on commit dda5d23

Please sign in to comment.