Skip to content

Commit 823cbfc

Browse files
committed
ci: manage meson builds from proxy-ci
1 parent cab6915 commit 823cbfc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
on:
2-
push:
3-
branches: [ main, release/** ]
4-
pull_request:
5-
branches: [ main, release/** ]
6-
workflow_dispatch:
2+
workflow_call:
73

84
jobs:
95
meson:

.github/workflows/pipeline-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
name: Generate report
4242
needs: [run-bvt-gcc, run-bvt-clang, run-bvt-msvc, run-bvt-appleclang, run-bvt-nvhpc, run-bvt-oneapi]
4343

44+
run-meson:
45+
uses: ./.github/workflows/meson.yml
46+
name: Run builds with meson
47+
4448
mkdocs:
4549
uses: ./.github/workflows/mkdocs.yml
4650
name: Build mkdocs

0 commit comments

Comments
 (0)