Skip to content

Commit

Permalink
CMake EGOA_ENABLE_DOCUMENTATION=ON cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Enable Doxygen in CMake
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 5c566ca commit 971fa4e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]


# - 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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 971fa4e

Please sign in to comment.