Skip to content

Commit 03529d1

Browse files
committed
[CICD] Fixed windows build ignoring build type
1 parent c1534c8 commit 03529d1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/linux-cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
cmakeListsTxtPath: 'CMakeLists.txt'
6464
cmakeBuildType: ${{ matrix.build-type }}
6565
cmakeAppendedArgs: -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
66+
buildWithCMakeArgs: --config ${{ matrix.build-type }}
6667
buildDirectory: 'Build'
6768

6869
- uses: actions/upload-artifact@v2

.github/workflows/macos-cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
cmakeListsTxtPath: 'CMakeLists.txt'
5959
cmakeBuildType: ${{ matrix.build-type }}
6060
cmakeAppendedArgs: -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
61+
buildWithCMakeArgs: --config ${{ matrix.build-type }}
6162
buildDirectory: 'Build'
6263

6364
- uses: actions/upload-artifact@v2

.github/workflows/window-cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
cmakeListsTxtPath: 'CMakeLists.txt'
6464
cmakeBuildType: ${{ matrix.build-type }}
6565
cmakeAppendedArgs: -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
66+
buildWithCMakeArgs: --config ${{ matrix.build-type }}
6667
buildDirectory: 'Build'
6768

6869
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)