mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
add windows testing
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
# executing unit tests
|
# 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"
|
- 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
|
- name: exit on errors
|
||||||
run: |
|
run: |
|
||||||
[ "$JOB_FAILED" != "1" ]
|
[ "$JOB_FAILED" != "1" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user