|
12 | 12 | env:
|
13 | 13 | # Conan cache environment variables
|
14 | 14 | CONAN_SYSREQUIRES_MODE: enabled
|
| 15 | + CONAN_REVISIONS_ENABLED: 1 |
15 | 16 | CONAN_USER_HOME: "${{ github.workspace }}/conan-cache"
|
16 | 17 | CONAN_USER_HOME_SHORT: "${{ github.workspace }}/conan-cache/short"
|
17 | 18 |
|
|
45 | 46 | developer_mode:
|
46 | 47 | - ON
|
47 | 48 | - OFF
|
| 49 | + configure_preset: |
| 50 | + - windows-msvc-dev |
| 51 | + - windows-clang-dev |
| 52 | + - unixlike-gcc-dev |
| 53 | + - unixlike-clang-dev |
| 54 | + - windows-msvc-usr |
| 55 | + - windows-clang-usr |
| 56 | + - unixlike-gcc-usr |
| 57 | + - unixlike-clang-usr |
| 58 | + build_test_preset: |
| 59 | + - windows-msvc-dev-debug |
| 60 | + - windows-msvc-dev-release |
| 61 | + - windows-clang-dev-debug |
| 62 | + - windows-clang-dev-release |
| 63 | + - unixlike-gcc-dev-debug |
| 64 | + - unixlike-gcc-dev-release |
| 65 | + - unixlike-clang-dev-debug |
| 66 | + - unixlike-clang-dev-release |
| 67 | + - windows-msvc-usr-debug |
| 68 | + - windows-msvc-usr-release |
| 69 | + - windows-clang-usr-debug |
| 70 | + - windows-clang-usr-release |
| 71 | + - unixlike-gcc-usr-debug |
| 72 | + - unixlike-gcc-usr-release |
| 73 | + - unixlike-clang-usr-debug |
| 74 | + - unixlike-clang-usr-release |
48 | 75 |
|
49 | 76 | exclude:
|
50 | 77 | # mingw is determined by this author to be too buggy to support
|
@@ -77,16 +104,19 @@ jobs:
|
77 | 104 | generator: "Visual Studio 17 2022"
|
78 | 105 | build_type: Debug
|
79 | 106 | developer_mode: On
|
| 107 | + |
80 | 108 | - os: windows-2022
|
81 | 109 | compiler: msvc
|
82 | 110 | generator: "Visual Studio 17 2022"
|
83 | 111 | build_type: Release
|
84 | 112 | developer_mode: On
|
| 113 | + |
85 | 114 | - os: windows-2022
|
86 | 115 | compiler: msvc
|
87 | 116 | generator: "Visual Studio 17 2022"
|
88 | 117 | build_type: Debug
|
89 | 118 | developer_mode: Off
|
| 119 | + |
90 | 120 | - os: windows-2022
|
91 | 121 | compiler: msvc
|
92 | 122 | generator: "Visual Studio 17 2022"
|
|
95 | 125 | package_generator: ZIP
|
96 | 126 |
|
97 | 127 |
|
98 |
| - |
99 |
| - |
100 |
| - |
101 | 128 | steps:
|
102 | 129 | - uses: actions/checkout@v2
|
103 | 130 |
|
@@ -170,7 +197,6 @@ jobs:
|
170 | 197 | files: |
|
171 | 198 | build/*-*${{ matrix.build_type }}*-*.*
|
172 | 199 |
|
173 |
| -
|
174 | 200 | - name: Publish to codecov
|
175 | 201 | uses: codecov/codecov-action@v2
|
176 | 202 | with:
|
|
0 commit comments