File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 63
63
cmakeListsTxtPath : ' CMakeLists.txt'
64
64
cmakeBuildType : ${{ matrix.build-type }}
65
65
cmakeAppendedArgs : -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
66
+ buildWithCMakeArgs : --config ${{ matrix.build-type }}
66
67
buildDirectory : ' Build'
67
68
68
69
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 58
58
cmakeListsTxtPath : ' CMakeLists.txt'
59
59
cmakeBuildType : ${{ matrix.build-type }}
60
60
cmakeAppendedArgs : -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
61
+ buildWithCMakeArgs : --config ${{ matrix.build-type }}
61
62
buildDirectory : ' Build'
62
63
63
64
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 63
63
cmakeListsTxtPath : ' CMakeLists.txt'
64
64
cmakeBuildType : ${{ matrix.build-type }}
65
65
cmakeAppendedArgs : -DCMAKE_C_COMPILER=${{ matrix.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx }}
66
+ buildWithCMakeArgs : --config ${{ matrix.build-type }}
66
67
buildDirectory : ' Build'
67
68
68
69
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments