Skip to content

Commit

Permalink
ci: Ensure generated files are up to date
Browse files Browse the repository at this point in the history
closes #75
  • Loading branch information
juan-lunarg committed Sep 27, 2023
1 parent 7b77996 commit 8486ee7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,16 @@ jobs:
run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev
- name: Test chromium build
run: python scripts/gn/gn.py

generate_source:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Generate source
run: |
scripts/update_deps.py --dir external --no-build
scripts/generate_source.py external/Vulkan-Headers/registry/
- run: git diff --exit-code
Empty file modified scripts/generate_source.py
100644 → 100755
Empty file.

0 comments on commit 8486ee7

Please sign in to comment.