Skip to content

Commit

Permalink
CI: Run SCTest in gdb to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagghiu committed Feb 14, 2024
1 parent 9768a09 commit a296c57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- uses: actions/checkout@v4
- name: clang-format
run: find . \( -iname \*.h -o -iname \*.cpp -o -iname \*.mm -o -iname \*.m -o -iname \*.inl \) | xargs clang-format-15 --dry-run -Werror
- name: install
run: sudo apt install -y gdb liburing-dev
- name: configure
run: ./SCBuild.sh
- name: build
run: make -j -C _Build/Projects/Make
- name: test
run: _Build/Output/Posix-Any-Any-Makefile-Debug/SCTest
run: gdb --batch -ex "run" -ex "quit" --args _Build/Output/Posix-Any-Any-Makefile-Debug/SCTest

0 comments on commit a296c57

Please sign in to comment.