Add ninja all_source to CI

This should help catch errors in non-matched TUs.
This commit is contained in:
LagoLunatic
2024-06-16 13:22:08 -04:00
parent ea2e435973
commit b657f15938
+2
View File
@@ -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