Skip to content

Commit 87dad85

Browse files
committed
Add CI test for CMake installation
Also bump the infra-workflows version to the latest
1 parent 6bf8a4e commit 87dad85

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci_tests.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414

1515
jobs:
1616
beman-submodule-check:
17-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.0.0
17+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.2.0
1818

1919
preset-test:
20-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.0.0
20+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.2.0
2121
with:
2222
matrix_config: >
2323
[
@@ -28,7 +28,7 @@ jobs:
2828
]
2929
3030
build-and-test:
31-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.0.0
31+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.2.0
3232
with:
3333
matrix_config: >
3434
{
@@ -102,11 +102,17 @@ jobs:
102102
]
103103
}
104104
105+
install-test:
106+
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
107+
with:
108+
image: ghcr.io/bemanproject/infra-containers-gcc:latest
109+
cxx_standard: 26
110+
105111
create-issue-when-fault:
106112
needs: [preset-test, build-and-test]
107113
if: failure() && github.event.schedule == '20 19 * * *'
108-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.0.0
114+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.2.0
109115

110116
auto-update-pre-commit:
111117
if: github.event.schedule == '00 16 * * 0'
112-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.0.0
118+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.2.0

0 commit comments

Comments
 (0)