Skip to content

Commit fae6e91

Browse files
authored
Merge pull request #10 from bemanproject/enolan_exemplarify2
Update transform_view to exemplar-based INTERFACE configuration This is done in my view -- merging it.
2 parents e5d92f5 + e63d5d2 commit fae6e91

25 files changed

Lines changed: 289 additions & 1045 deletions

.github/workflows/.beman_submodule

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/LICENSE

Lines changed: 0 additions & 230 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/ci_tests.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
beman-submodule-check:
16-
uses: ./.github/workflows/reusable-beman-submodule-check.yml
16+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.2.1
1717

1818
preset-test:
19-
uses: ./.github/workflows/reusable-beman-preset-test.yml
19+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.2.1
2020
with:
2121
matrix_config: >
2222
[
@@ -31,7 +31,7 @@ jobs:
3131
]
3232
3333
build-and-test:
34-
uses: ./.github/workflows/reusable-beman-build-and-test.yml
34+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.2.1
3535
with:
3636
matrix_config: >
3737
{
@@ -63,7 +63,7 @@ jobs:
6363
}
6464
],
6565
"clang": [
66-
{ "versions": ["20"],
66+
{ "versions": ["21"],
6767
"tests": [
6868
{"cxxversions": ["c++26"],
6969
"tests": [
@@ -82,7 +82,7 @@ jobs:
8282
}
8383
]
8484
},
85-
{ "versions": ["19"],
85+
{ "versions": ["20", "19"],
8686
"tests": [
8787
{ "cxxversions": ["c++26", "c++23"],
8888
"tests": [
@@ -93,7 +93,7 @@ jobs:
9393
},
9494
{ "versions": ["18"],
9595
"tests": [
96-
{ "cxxversions": ["c++26", "c++23"],
96+
{ "cxxversions": ["c++23"],
9797
"tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
9898
}
9999
]
@@ -123,7 +123,13 @@ jobs:
123123
]
124124
}
125125
126+
install-test:
127+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml@1.2.1
128+
with:
129+
image: ghcr.io/bemanproject/infra-containers-gcc:latest
130+
cxx_standard: 26
131+
126132
create-issue-when-fault:
127133
needs: [preset-test, build-and-test]
128134
if: failure() && github.event_name == 'schedule'
129-
uses: ./.github/workflows/reusable-beman-create-issue-when-fault.yml
135+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
pre-commit:
13-
uses: ./.github/workflows/reusable-beman-pre-commit.yml
13+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.2.1

0 commit comments

Comments
 (0)