mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-28 15:39:26 +00:00
parent
7b779960f1
commit
8486ee700e
2 changed files with 13 additions and 0 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -90,3 +90,16 @@ jobs:
|
||||||
run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev
|
run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev
|
||||||
- name: Test chromium build
|
- name: Test chromium build
|
||||||
run: python scripts/gn/gn.py
|
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
|
||||||
|
|
0
scripts/generate_source.py
Normal file → Executable file
0
scripts/generate_source.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue