Skip to content

Commit

Permalink
Add oot-u and oot-e to CI (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 authored Oct 14, 2024
1 parent 107fc0c commit 1c3ca7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: |
python configure.py --map --binutils /binutils --compilers /compilers
ninja all_source build/oot-j/progress.json build/report.json
ninja all_source build/{oot-j,oot-u,oot-e}/progress.json build/report.json
# Upload progress if we're on the main branch
- name: Upload progress
Expand All @@ -42,8 +42,10 @@ jobs:
PROGRESS_SLUG: oot-vc
PROGRESS_API_KEY: ${{ secrets.PROGRESS_API_KEY }}
run: |
python tools/upload_progress.py -b https://progress.decomp.club/ \
-p $PROGRESS_SLUG -v oot-j build/oot-j/progress.json
for version in {oot-j,oot-u,oot-e}; do
python tools/upload_progress.py -b https://progress.decomp.club/ \
-p $PROGRESS_SLUG -v $version build/$version/progress.json
done
# Upload map files
- name: Upload map
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
oot-vc
[![Build Status]][actions] ![oot-j] [![Discord Badge]][discord]
[![Build Status]][actions] ![oot-j] ![oot-u] ![oot-e] [![Discord Badge]][discord]
=============

[Build Status]: https://github.com/zeldaret/oot-vc/actions/workflows/build.yml/badge.svg
[actions]: https://github.com/zeldaret/oot-vc/actions/workflows/build.yml

[oot-j]: https://img.shields.io/endpoint?label=oot-j&url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Foot-vc%2Foot-j%2Fdol%2F%3Fmode%3Dshield%26measure%3Dcode

[oot-u]: https://img.shields.io/endpoint?label=oot-u&url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Foot-vc%2Foot-u%2Fdol%2F%3Fmode%3Dshield%26measure%3Dcode

[oot-e]: https://img.shields.io/endpoint?label=oot-e&url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Foot-vc%2Foot-e%2Fdol%2F%3Fmode%3Dshield%26measure%3Dcode

[Discord Badge]: https://img.shields.io/discord/688807550715560050?color=%237289DA&logo=discord&logoColor=%23FFFFFF
[discord]: https://discord.zelda.deco.mp/

Expand Down

0 comments on commit 1c3ca7a

Please sign in to comment.