|
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 | CLANG_TIDY_VERSION: "13.0.0" |
|
46 | 47 | developer_mode: |
47 | 48 | - ON |
48 | 49 | - OFF |
| 50 | + configure_preset: |
| 51 | + - windows-msvc-dev |
| 52 | + - windows-clang-dev |
| 53 | + - unixlike-gcc-dev |
| 54 | + - unixlike-clang-dev |
| 55 | + - windows-msvc-usr |
| 56 | + - windows-clang-usr |
| 57 | + - unixlike-gcc-usr |
| 58 | + - unixlike-clang-usr |
| 59 | + build_test_preset: |
| 60 | + - windows-msvc-dev-debug |
| 61 | + - windows-msvc-dev-release |
| 62 | + - windows-clang-dev-debug |
| 63 | + - windows-clang-dev-release |
| 64 | + - unixlike-gcc-dev-debug |
| 65 | + - unixlike-gcc-dev-release |
| 66 | + - unixlike-clang-dev-debug |
| 67 | + - unixlike-clang-dev-release |
| 68 | + - windows-msvc-usr-debug |
| 69 | + - windows-msvc-usr-release |
| 70 | + - windows-clang-usr-debug |
| 71 | + - windows-clang-usr-release |
| 72 | + - unixlike-gcc-usr-debug |
| 73 | + - unixlike-gcc-usr-release |
| 74 | + - unixlike-clang-usr-debug |
| 75 | + - unixlike-clang-usr-release |
49 | 76 |
|
50 | 77 | exclude: |
51 | 78 | # mingw is determined by this author to be too buggy to support |
@@ -180,7 +207,6 @@ jobs: |
180 | 207 | files: | |
181 | 208 | build/*-*${{ matrix.build_type }}*-*.* |
182 | 209 |
|
183 | | -
|
184 | 210 | - name: Publish to codecov |
185 | 211 | uses: codecov/codecov-action@v2 |
186 | 212 | with: |
|
0 commit comments