Add progress calculation & upload to frogress

This commit is contained in:
Luke Street
2023-09-14 17:34:26 -04:00
parent 6cf0ccc4e1
commit 2f7c96767b
5 changed files with 309 additions and 49 deletions
+8
View File
@@ -23,6 +23,14 @@ jobs:
run: |
python configure.py --map --version ${{matrix.version}} --compilers /compilers
ninja
- name: Upload progress
if: github.ref == 'refs/heads/main'
continue-on-error: true
env:
PROGRESS_API_KEY: ${{secrets.PROGRESS_API_KEY}}
run: |
python tools/upload_progress.py -b https://progress.deco.mp/ -p tww -v ${{matrix.version}} \
build/${{matrix.version}}/progress.json
- name: Upload maps
uses: actions/upload-artifact@v3
with: