Skip to content

Commit 627262f

Browse files
committed
Test on CI that update-meson is properly ran
1 parent 92bc994 commit 627262f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci-meson.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,21 @@ jobs:
6363
conda info
6464
conda list
6565
66+
- name: Check update-meson
67+
shell: bash -l {0}
68+
id: check_update_meson
69+
run: |
70+
python3 tools/update-meson.py
71+
make test-git-no-uncommitted-changes
72+
continue-on-error: true
73+
74+
- name: Show files changed by update-meson
75+
if: ${{ steps.check_update_meson.outcome == 'failure' }}
76+
shell: bash -l {0}
77+
run: |
78+
git status
79+
git diff
80+
6681
- name: Build
6782
shell: bash -l {0}
6883
run: |

0 commit comments

Comments
 (0)