File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 37
37
gcc --version
38
38
g++ --version
39
39
mingw32-make --version
40
- touch foo.hpp
41
- g++ -E -dM foo.hpp
42
40
43
41
- name : Set reusable strings
44
42
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
52
50
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
53
51
run : >
54
52
cmake -G "MinGW Makefiles"
55
- -B ${{ steps.strings.outputs.build-output-dir }}
56
53
-DCMAKE_MAKE_PROGRAM=mingw32-make
54
+ -B ${{ steps.strings.outputs.build-output-dir }}
57
55
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
58
56
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
59
57
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments