diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-23 01:25:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 22:25:06 -0700 |
| commit | 0212d1d18e76f47182107b5ce845880e2f62f352 (patch) | |
| tree | 1bfee63758f4e570677821db00574fede5c293a4 /.github/workflows | |
| parent | 3c2a99e701934bcde95e55420d993ffa3f635ef2 (diff) | |
Update dtk-template (#2453)
* Update dtk-template
* Fix debug build
* Fix d_event_debug includes
* Progress reports: Enable function relocation diffing (data_value)
* Fix some diffs
* Fix a few more diffs
* More fixes
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dc4d259e4..a520d1f736 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,20 +32,7 @@ jobs: run: | python configure.py --map --version ${{ matrix.version }} \ --binutils /binutils --compilers /compilers - ninja all_source build/${{ matrix.version }}/progress.json \ - build/${{ matrix.version }}/report.json - - # Upload progress if we're on the main branch - - name: Upload progress - if: github.ref == 'refs/heads/main' - continue-on-error: true - env: - PROGRESS_SLUG: twilightprincess - PROGRESS_API_KEY: ${{ secrets.PROGRESS_API_KEY }} - run: | - python tools/upload_progress.py -b https://progress.decomp.club/ \ - -p $PROGRESS_SLUG -v ${{ matrix.version }} \ - build/${{ matrix.version }}/progress.json + ninja all_source progress build/${{ matrix.version }}/report.json # Upload map files - name: Upload map |
