Skip to content

Commit

Permalink
Remove HighMap secondary targets to accelerate CI build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-link committed Mar 9, 2024
1 parent 4dcb68a commit 81c58bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DHESIOD_ENABLE_GENERATE_APP_IMAGE=ON
-DHIGHMAP_ENABLE_DOCS=OFF
-DHIGHMAP_ENABLE_EXAMPLES=OFF
-DHIGHMAP_ENABLE_TESTS=OFF
-S ${{ github.workspace }}

- name: Build
Expand Down

0 comments on commit 81c58bb

Please sign in to comment.