[upstream_utils] Add imgui and friends (#6822)

This commit is contained in:
PJ Reiniger
2024-07-21 01:11:54 -04:00
committed by GitHub
parent 8548d83b03
commit 6922b9dd5e
157 changed files with 149208 additions and 165 deletions

View File

@@ -45,11 +45,31 @@ jobs:
cd upstream_utils
./gcem.py clone
./gcem.py copy-upstream-to-thirdparty
- name: Run gl3w.py
run: |
cd upstream_utils
./gl3w.py clone
./gl3w.py copy-upstream-to-thirdparty
- name: Run glfw.py
run: |
cd upstream_utils
./glfw.py clone
./glfw.py copy-upstream-to-thirdparty
- name: Run googletest.py
run: |
cd upstream_utils
./googletest.py clone
./googletest.py copy-upstream-to-thirdparty
- name: Run imgui.py
run: |
cd upstream_utils
./imgui.py clone
./imgui.py copy-upstream-to-thirdparty
- name: Run implot.py
run: |
cd upstream_utils
./implot.py clone
./implot.py copy-upstream-to-thirdparty
- name: Run json.py
run: |
cd upstream_utils
@@ -90,6 +110,11 @@ jobs:
cd upstream_utils
./sleipnir.py clone
./sleipnir.py copy-upstream-to-thirdparty
- name: Run stb.py
run: |
cd upstream_utils
./stb.py clone
./stb.py copy-upstream-to-thirdparty
- name: Add untracked files to index so they count as changes
run: git add -A
- name: Check output