summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-19 15:09:58 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-19 15:09:58 -0400
commite4878608689dd25ad18c2a24736ee6c7ef5de911 (patch)
tree80c27884cff590fdc3fa094c2afa69c40cb3b693 /.github
parent661f53bc8a296d917c71b0ad494c62ae281ce75f (diff)
Update dtk-template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cab970d..2ebab427 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,21 +40,7 @@ jobs:
run: |
python configure.py --map --version ${{ matrix.version }} \
--binutils /binutils --compilers /compilers
- ninja diff
- 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: tww
- 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