mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-10 20:58:29 -04:00
Add ninja all_source to CI
This should help catch errors in non-matched TUs.
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
||||
run: |
|
||||
python configure.py --version ${{matrix.version}} --compilers /compilers --warn error
|
||||
ninja
|
||||
python configure.py --version ${{matrix.version}} --compilers /compilers --warn off
|
||||
ninja all_source
|
||||
- name: Upload progress
|
||||
if: github.ref == 'refs/heads/main'
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user