Skip to content

Commit

Permalink
Update cmake-multiple-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Sep 20, 2024
1 parent 7bc83b3 commit 27e6e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCPPLM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DCPPLM_PACKAGE="cpplm-build-${{ needs.setup.outputs.buildnumber }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target cpp-lang-module --config ${{ env.BUILD_TYPE }} -- /m:16
cmake --build . --target cpp-lang-module --config ${{ env.BUILD_TYPE }} -- /m
- name: Clean build directory
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCPPLM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DCPPLM_PACKAGE="cpplm-build-${{ needs.setup.outputs.buildnumber }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target cpp-lang-module --config ${{ env.BUILD_TYPE }} -- -j16
cmake --build . --target cpp-lang-module --config ${{ env.BUILD_TYPE }} -- -j
- name: Clean build directory
run: |
Expand Down

0 comments on commit 27e6e35

Please sign in to comment.