mirror of
https://github.com/humbletim/firestorm-gha.git
synced 2026-08-14 00:48:09 +00:00
refactoring
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
||||
with:
|
||||
run: |
|
||||
source ../tpv-gha-nunja/gha/gha.upload-artifact.bash
|
||||
gha-upload-artifact-fast community-vrmod-firestorm build-*/newview/Release/*Setup.exe 7
|
||||
gha-upload-artifact-fast community-firestorm-vrmod build-*/newview/Release/*Setup.exe 7
|
||||
|
||||
- name: Upload VR Mod Setup.exe
|
||||
if: false
|
||||
|
||||
@@ -158,7 +158,7 @@ function generate_devtime() {
|
||||
|
||||
( cat /d/a/_temp/_runner_file_commands/step_summary_*-scrubbed > $snapshot_dir/metadata/summary.md ) || true
|
||||
|
||||
python ./tpv-gha-nunja/.github/workflows/ReleaseFS_open.yml.py audit | grep '/D' | sed -e 's@^ \+/D @-D@;s@=\\@=\\"@;s@\\$@\\"@;' | sort -u | tee $snapshot_dir/lldefines.rsp
|
||||
python ../tpv-gha-nunja/.github/workflows/ReleaseFS_open.yml.py audit | grep '/D' | sed -e 's@^ \+/D @-D@;s@=\\@=\\"@;s@\\$@\\"@;' | sort -u | tee $snapshot_dir/lldefines.rsp
|
||||
|
||||
# ( ninja -C $build_dir -t commands ${viewer_bin}-bin | grep -Eo '(")?[-]D[^ =]+(=[^ ]*)?\1?' | grep -vE '_EXPORTS$' | awk '!seen[$0]++' > $snapshot_dir/lldefines.rsp ) || true
|
||||
# cp -uav $nunja_dir/*defines.rsp $snapshot_dir/metadata/ 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user