File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 build_type : ["MinSizeRel"]
21+ defaults :
22+ run :
23+ shell : msys2 {0}
2124
2225 steps :
2326 - run : git config --global core.autocrlf input # Workaround: https://github.com/msys2/setup-msys2?tab=readme-ov-file#actionscheckout-and-line-endings
@@ -29,15 +32,22 @@ jobs:
2932 update : true
3033 msystem : UCRT64
3134 install : >-
32- mingw-w64-ucrt-x86_64-qt6
33- mingw-w64-ucrt-x86_64-zlib
35+ git
36+ make
37+ pacboy : >-
38+ toolchain:p
39+ cmake:p
40+ ninja:p
41+ zlib:p
42+ qt6:p
43+
3444
3545 - name : Configure CMake
3646 # Choose CMakeLists.text from a specific source directory with -S.
3747 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3848 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
3949 run : |
40- cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}}
50+ cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -G Ninja
4151
4252 - name : Build
4353 # Build your program with the given configuration
You can’t perform that action at this time.
0 commit comments