Add automatic packaging, with make test

This commit is contained in:
2026-06-29 02:04:34 -04:00
parent fb9add0778
commit 7721aeb945
2 changed files with 331 additions and 13 deletions
+2 -13
View File
@@ -33,16 +33,5 @@ jobs:
libxcb \
xcb-util-wm
- name: Test 'make debug' (Clang + Sanitizers)
run: |
make debug
make clean
- name: Test Default 'make' (Auto-detecting TCC)
run: |
make
make clean
- name: Test 'make release' (Clang + Strict Warnings)
run: |
make release
- name: Test all targets and packaging modes
run: make test