mirror of
https://github.com/humbletim/firestorm-gha.git
synced 2026-08-14 08:53:07 +00:00
+ annotation mini-report
This commit is contained in:
@@ -133,6 +133,14 @@ jobs:
|
||||
\`\`\`
|
||||
EOF
|
||||
|
||||
# memorialize the fstuple input for posterity; annotations seem survive longer (ie: > 6 months) than step summaries or raw logs
|
||||
- name: annotation
|
||||
run: |
|
||||
echo "::notice title=inputs.fstuple::${{ github.event.inputs.fstuple }}"
|
||||
echo "::notice title=mini-report::$(for id in `ls -1d repo/* fsvr 2>/dev/null` ; do
|
||||
echo -n "$(basename $id)=$(git -C $id rev-parse --short HEAD),$(git -C $id rev-list --count HEAD),$(git -C $id describe --all --always | sed 's@heads/@@'); "
|
||||
done)"
|
||||
|
||||
- name: Detect MSVC
|
||||
uses: ./fsvr-action
|
||||
with:
|
||||
@@ -239,20 +247,20 @@ jobs:
|
||||
with:
|
||||
run: fsvr_step 0a2
|
||||
|
||||
- name: ~0a2 Setup tmate session
|
||||
if: fromJSON(inputs.fstuple).pause == '0a2'
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
# - name: ~0a2 Setup tmate session
|
||||
# if: fromJSON(inputs.fstuple).pause == '0a2'
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# with:
|
||||
# limit-access-to-actor: true
|
||||
|
||||
- name: 0b0 installer
|
||||
if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
run: fsvr_step 0b0
|
||||
- name: 0b1 upload installer
|
||||
if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
uses: ./fsvr-action
|
||||
with:
|
||||
run: fsvr_step 0b1
|
||||
# - name: 0b0 installer
|
||||
# if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
# run: fsvr_step 0b0
|
||||
# - name: 0b1 upload installer
|
||||
# if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
# uses: ./fsvr-action
|
||||
# with:
|
||||
# run: fsvr_step 0b1
|
||||
|
||||
# - name: 0b2 7z
|
||||
# run: fsvr_step 0b2
|
||||
@@ -261,14 +269,14 @@ jobs:
|
||||
# with:
|
||||
# run: fsvr_step 0b3
|
||||
|
||||
- name: 0b4 Zip
|
||||
if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
run: fsvr_step 0b4
|
||||
- name: 0b5 upload zip
|
||||
if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
uses: ./fsvr-action
|
||||
with:
|
||||
run: fsvr_step 0b5
|
||||
# - name: 0b4 Zip
|
||||
# if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
# run: fsvr_step 0b4
|
||||
# - name: 0b5 upload zip
|
||||
# if: fromJSON(inputs.fstuple).installer != 'false'
|
||||
# uses: ./fsvr-action
|
||||
# with:
|
||||
# run: fsvr_step 0b5
|
||||
|
||||
# - name: log env on error
|
||||
# if: failure()
|
||||
|
||||
@@ -19,7 +19,7 @@ _setenv version_patch=` _ver_split $viewer_version 3`
|
||||
_setenv version_release=`_ver_split $viewer_version 4`
|
||||
_setenv version_xyz=$version_major.$version_minor.$version_patch
|
||||
_setenv version_xyzw=$version_xyz.$version_release
|
||||
_setenv slos_version=$viewer_version
|
||||
# _setenv slos_version=$viewer_version
|
||||
|
||||
|
||||
_setenv_extant root_dir=`_realpath $root_dir`
|
||||
|
||||
Reference in New Issue
Block a user