Clean up in preparation of PR

This commit is contained in:
jonschz 2025-01-19 11:28:01 +01:00
parent 9e57a1901c
commit c87c0231e9
2 changed files with 10 additions and 10 deletions

View File

@ -144,17 +144,18 @@ jobs:
- name: Compare Accuracy With Current Master - name: Compare Accuracy With Current Master
shell: bash shell: bash
env: env:
# RELEASE_URL: https://github.com/isledecomp/isle/releases/download/continuous RELEASE_URL: https://github.com/isledecomp/isle/releases/download/continuous
RELEASE_URL: https://github.com/jonschz/isle/releases/download/continuous
run: | run: |
# Compare with current master # Download the current master state
curl -fLSs -o CONFIGPROGRESS-old.json $RELEASE_URL/CONFIGPROGRESS.json || echo "" >CONFIGPROGRESS-old.json curl -fLSs -o CONFIGPROGRESS-old.json $RELEASE_URL/CONFIGPROGRESS.json || echo "" >CONFIGPROGRESS-old.json
curl -fLSs -o ISLEPROGRESS-old.json $RELEASE_URL/ISLEPROGRESS.json || echo "" >ISLEPROGRESS-old.json curl -fLSs -o ISLEPROGRESS-old.json $RELEASE_URL/ISLEPROGRESS.json || echo "" >ISLEPROGRESS-old.json
curl -fLSs -o LEGO1PROGRESS-old.json $RELEASE_URL/LEGO1PROGRESS.json || echo "" >LEGO1PROGRESS-old.json curl -fLSs -o LEGO1PROGRESS-old.json $RELEASE_URL/LEGO1PROGRESS.json || echo "" >LEGO1PROGRESS-old.json
# intentional typo to validate error handling
reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-oldTYPO.json || echo "Current master not found" # Compare with current master
reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json || echo "Current master not found" # Disabled until second PR - nothing to compare against at the moment
reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json || echo "Current master not found" # reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-old.json || echo "Current master not found"
# reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json || echo "Current master not found"
# reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json || echo "Current master not found"
- name: Test Exports - name: Test Exports
shell: bash shell: bash
@ -188,7 +189,6 @@ jobs:
name: Upload artifacts name: Upload artifacts
needs: [build, compare] needs: [build, compare]
runs-on: ubuntu-latest runs-on: ubuntu-latest
# FIXME: CHANGED TEMPORARILY FOR TESTING PURPOSES, CHANGE BACK
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -207,7 +207,7 @@ jobs:
- name: Upload Continuous Release - name: Upload Continuous Release
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }} UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
run: | run: |
./upload.sh \ ./upload.sh \
build/CONFIG.EXE \ build/CONFIG.EXE \

View File

@ -66,7 +66,7 @@ class RaceState : public LegoState {
RaceState(); RaceState();
// // FUNCTION: LEGO1 0x10016010 // FUNCTION: LEGO1 0x10016010
// FUNCTION: BETA10 0x100a9040 // FUNCTION: BETA10 0x100a9040
const char* ClassName() const override // vtable+0x0c const char* ClassName() const override // vtable+0x0c
{ {