Skip to content

Commit

Permalink
trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Dec 11, 2023
1 parent 866b0fe commit 6cb97d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pilkki-software-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
-S ${{ steps.strings.outputs.build-source-dir }}
if: matrix.os !== 'macos-latest'
- name: Configure CMake for macOS
# Specific settings for macOS, if needed
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_STANDARD=17 # Ensure C++17 standard
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-G Ninja
-S ${{ steps.strings.outputs.build-source-dir }}
if: matrix.os == 'macos-latest'
# - name: Configure CMake for macOS
# # Specific settings for macOS, if needed
# run: >
# cmake -B ${{ steps.strings.outputs.build-output-dir }}
# -DCMAKE_CXX_STANDARD=17 # Ensure C++17 standard
# -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
# -G Ninja
# -S ${{ steps.strings.outputs.build-source-dir }}
# if: matrix.os == 'macos-latest'

- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
Expand Down

0 comments on commit 6cb97d4

Please sign in to comment.