Run experimental JSON diff, part 2

This commit is contained in:
jonschz 2025-01-19 10:54:03 +01:00
parent c7c5a681ca
commit 3e874d4bcd
2 changed files with 8 additions and 9 deletions

View File

@ -149,10 +149,9 @@ jobs:
curl -fLSs -o ISLEPROGRESS-old.json https://github.com/isledecomp/isle/releases/download/continuous/ISLEPROGRESS.json || echo "" >ISLEPROGRESS-old.json curl -fLSs -o ISLEPROGRESS-old.json https://github.com/isledecomp/isle/releases/download/continuous/ISLEPROGRESS.json || echo "" >ISLEPROGRESS-old.json
curl -fLSs -o LEGO1PROGRESS-old.json https://github.com/isledecomp/isle/releases/download/continuous/LEGO1PROGRESS.json || echo "" >LEGO1PROGRESS-old.json curl -fLSs -o LEGO1PROGRESS-old.json https://github.com/isledecomp/isle/releases/download/continuous/LEGO1PROGRESS.json || echo "" >LEGO1PROGRESS-old.json
# Disabled until one build has been created - will fail otherwise reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-old.json
# reccmp-reccmp --target CONFIG --diff CONFIGPROGRESS-old.json reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json
# reccmp-reccmp --target ISLE --diff ISLEPROGRESS-old.json reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json
# reccmp-reccmp --target LEGO1 --diff LEGO1PROGRESS-old.json
- name: Test Exports - name: Test Exports
shell: bash shell: bash
@ -187,7 +186,7 @@ jobs:
needs: [build, compare] needs: [build, compare]
runs-on: ubuntu-latest runs-on: ubuntu-latest
# FIXME: CHANGED TEMPORARILY FOR TESTING PURPOSES, CHANGE BACK # 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
with: with:
@ -215,6 +214,6 @@ jobs:
ISLEPROGRESS.* \ ISLEPROGRESS.* \
LEGO1PROGRESS.* LEGO1PROGRESS.*
# curl -X POST -F key=$UPLOAD_KEY -F 'file=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/ curl -X POST -F key=$UPLOAD_KEY -F 'file=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/
# curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.SVG' https://legoisland.org/progress/ curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.SVG' https://legoisland.org/progress/
# curl -X POST -F key=$UPLOAD_KEY -F 'file=@LEGO1PROGRESS.SVG' https://legoisland.org/progress/ curl -X POST -F key=$UPLOAD_KEY -F 'file=@LEGO1PROGRESS.SVG' https://legoisland.org/progress/

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
{ {