mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-12 14:03:03 +03:00
Add debug stuff
This commit is contained in:
parent
e1e463d8d7
commit
58344a58ba
8
.github/workflows/c-cpp.yml
vendored
8
.github/workflows/c-cpp.yml
vendored
@ -24,3 +24,11 @@ jobs:
|
||||
run: make
|
||||
- name: run and test
|
||||
run: make clean && make && make test
|
||||
- name: Versions
|
||||
run: |
|
||||
make -v
|
||||
gcc -v
|
||||
clang-format --version
|
||||
xorriso --version
|
||||
qemu-system-x86_64 -version
|
||||
grub-mkrescue --version
|
||||
|
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
@ -84,6 +84,14 @@ jobs:
|
||||
make clean
|
||||
make
|
||||
make test
|
||||
- name: Versions
|
||||
run: |
|
||||
make -v
|
||||
gcc -v
|
||||
clang-format --version
|
||||
xorriso --version
|
||||
qemu-system-x86_64 -version
|
||||
grub-mkrescue --version
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user