mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[upstream_utils] Add imgui and friends (#6822)
This commit is contained in:
25
.github/workflows/upstream-utils.yml
vendored
25
.github/workflows/upstream-utils.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user