From 971fa4e34ba98e4789d510d4c0457eb16fb66596 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:23:18 -0800 Subject: [PATCH] CMake EGOA_ENABLE_DOCUMENTATION=ON cmake-multi-platform.yml Enable Doxygen in CMake --- .github/workflows/cmake-multi-platform.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index c1b5de2f..a27e57d5 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -124,14 +124,9 @@ jobs: # fi # shell: bash + # For Doxygen installation use action from https://github.com/marketplace/actions/doxygen-install. - name: doxygen-install uses: ssciwr/doxygen-install@v1.2.0 - - - # - name: Install Doxygen (Ubuntu) - # run: | - # sudo apt-get install doxygen - # if: startsWith(matrix.config.os,'ubuntu-') - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. @@ -165,7 +160,7 @@ jobs: -DEGOA_ENABLE_BONMIN=OFF -DEGOA_ENABLE_BOOST=OFF -DEGOA_ENABLE_CPLEX=OFF - -DEGOA_ENABLE_DOCUMENTATION=OFF + -DEGOA_ENABLE_DOCUMENTATION=ON -DEGOA_ENABLE_EXCEPTION_HANDLING=ON -DEGOA_ENABLE_GUROBI=OFF -DEGOA_ENABLE_IPOPT=OFF