mirror of
https://github.com/zeldaret/st
synced 2026-06-17 23:21:10 -04:00
Update tools (#21)
* improve configure.py part 1 * compile settings per-file instead of global * remove dont_reuse_strings in sources * multiversion support * update docs * report filename change * fixed objdiff not being able to create context file * add version define to decompme cflags/m2ctx
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
|
||||
ninja arm9 report check
|
||||
python tools/configure.py -v ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
|
||||
ninja arm9_${{ matrix.version }} report_${{ matrix.version }} check_${{ matrix.version }}
|
||||
|
||||
- name: Upload report
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user