mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Rework upstream_utils scripts (#6829)
This commit is contained in:
55
.github/workflows/upstream-utils.yml
vendored
55
.github/workflows/upstream-utils.yml
vendored
@@ -30,50 +30,61 @@ jobs:
|
||||
run: |
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
- name: Run update_eigen.py
|
||||
- name: Run eigen.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_eigen.py
|
||||
- name: Run update_fmt.py
|
||||
./eigen.py clone
|
||||
./eigen.py copy-upstream-to-thirdparty
|
||||
- name: Run fmt.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_fmt.py
|
||||
- name: Run update_gcem.py
|
||||
./fmt.py clone
|
||||
./fmt.py copy-upstream-to-thirdparty
|
||||
- name: Run gcem.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_gcem.py
|
||||
- name: Run update_json.py
|
||||
./gcem.py clone
|
||||
./gcem.py copy-upstream-to-thirdparty
|
||||
- name: Run json.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_json.py
|
||||
- name: Run update_libuv.py
|
||||
./json.py clone
|
||||
./json.py copy-upstream-to-thirdparty
|
||||
- name: Run libuv.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_libuv.py
|
||||
- name: Run update_llvm.py
|
||||
./libuv.py clone
|
||||
./libuv.py copy-upstream-to-thirdparty
|
||||
- name: Run llvm.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_llvm.py
|
||||
- name: Run update_mpack.py
|
||||
./llvm.py clone
|
||||
./llvm.py copy-upstream-to-thirdparty
|
||||
- name: Run mpack.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_mpack.py
|
||||
- name: Run update_stack_walker.py
|
||||
./mpack.py clone
|
||||
./mpack.py copy-upstream-to-thirdparty
|
||||
- name: Run stack_walker.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_stack_walker.py
|
||||
- name: Run update_memory.py
|
||||
./stack_walker.py clone
|
||||
./stack_walker.py copy-upstream-to-thirdparty
|
||||
- name: Run memory.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_memory.py
|
||||
- name: Run update_protobuf.py
|
||||
./memory.py clone
|
||||
./memory.py copy-upstream-to-thirdparty
|
||||
- name: Run protobuf.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_protobuf.py
|
||||
- name: Run update_sleipnir.py
|
||||
./protobuf.py clone
|
||||
./protobuf.py copy-upstream-to-thirdparty
|
||||
- name: Run sleipnir.py
|
||||
run: |
|
||||
cd upstream_utils
|
||||
./update_sleipnir.py
|
||||
./sleipnir.py clone
|
||||
./sleipnir.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