Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit aed7d97

Browse files
Iason NikolasIason Nikolas
authored andcommitted
Add list of existing presets in the CI
1 parent dfb695d commit aed7d97

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/workflows/ci.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
env:
1313
# Conan cache environment variables
1414
CONAN_SYSREQUIRES_MODE: enabled
15+
CONAN_REVISIONS_ENABLED: 1
1516
CONAN_USER_HOME: "${{ github.workspace }}/conan-cache"
1617
CONAN_USER_HOME_SHORT: "${{ github.workspace }}/conan-cache/short"
1718
CLANG_TIDY_VERSION: "13.0.0"
@@ -46,6 +47,32 @@ jobs:
4647
developer_mode:
4748
- ON
4849
- 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
4976

5077
exclude:
5178
# mingw is determined by this author to be too buggy to support
@@ -180,7 +207,6 @@ jobs:
180207
files: |
181208
build/*-*${{ matrix.build_type }}*-*.*
182209
183-
184210
- name: Publish to codecov
185211
uses: codecov/codecov-action@v2
186212
with:

0 commit comments

Comments
 (0)