add windows testing

This commit is contained in:
2025-06-15 00:32:41 +02:00
parent dc4dfe0cae
commit c134963773

View File

@@ -49,7 +49,7 @@ jobs:
# executing unit tests
#
- run: make run MARCH=x86_64 KERNEL=linux CC=x86_64-linux-gnu-gcc DEBUG=test -j || echo "JOB_FAILED=1" >>"$GITHUB_ENV"
# WARN: not testing windows, probably should do that
- run: make run MARCH=x86_64 KERNEL=mingw CC=x86_64-w64-mingw32-gcc DEBUG=test -j || echo "JOB_FAILED=1" >>"$GITHUB_ENV"
- name: exit on errors
run: |
[ "$JOB_FAILED" != "1" ]