Skip to content

Commit

Permalink
Merge pull request #18 from encounter/progress-categories
Browse files Browse the repository at this point in the history
Update dtk-template & generate objdiff report
  • Loading branch information
elijah-thomas774 authored Sep 4, 2024
2 parents 7e5c3b5 + 064083b commit 9aa30ee
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 209 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: |
python configure.py --map --version ${{ matrix.version }} \
--binutils /binutils --compilers /compilers
ninja all_source build/${{ matrix.version }}/progress.json
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
Expand All @@ -55,3 +56,10 @@ jobs:
with:
name: ${{ matrix.version }}_maps
path: build/${{ matrix.version }}/**/*.MAP

# Upload progress report
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.version }}_report
path: build/${{ matrix.version }}/report.json
3 changes: 1 addition & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
config.binutils_tag = "2.42-1"
config.compilers_tag = "20240706"
config.dtk_tag = "v0.9.4"
config.objdiff_tag = "v2.0.0-beta.3"
config.objdiff_tag = "v2.0.0-beta.5"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.11"

Expand Down Expand Up @@ -462,7 +462,6 @@ def nw4rLib(lib_name, objects, extra_cflags=[]):
Object(Matching, "egg/core/eggDisplay.cpp"),
Object(Matching, "egg/core/eggColorFader.cpp"),
Object(Matching, "egg/core/eggAsyncDisplay.cpp"),
Object(Matching, "egg/core/eggXfb.cpp"),
Object(Matching, "egg/core/eggVideo.cpp"),
Object(Matching, "egg/core/eggXfb.cpp"),
Object(Matching, "egg/core/eggXfbManager.cpp"),
Expand Down
Loading

0 comments on commit 9aa30ee

Please sign in to comment.