8000 CI: Run clang-format and build documentation and coverage on linux · Pagghiu/SaneCppLibraries@d6a3f78 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit d6a3f78

Browse files
committed
CI: Run clang-format and build documentation and coverage on linux
1 parent ff0da85 commit d6a3f78

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/documentation_coverage.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ concurrency:
2828
jobs:
2929
# Build job
3030
build:
31-
# TODO: To use Linux we should figure out how to install libclang-9 for Doxygen 1.9.6 to work
32-
runs-on: macos-latest
31+
runs-on: ubuntu-latest
3332
timeout-minutes: 40
3433
steps:
3534
- uses: actions/checkout@v4
35+
- name: install
36+
run: sudo apt install -y liburing-dev clang-format-19 libgles2-mesa-dev libx11-dev libxi-dev libxcursor-dev
3637
- name: clang-format
3738
run: ./SC.sh format check
3839
- name: build documentation

.github/workflows/posix.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: clang-format
25-
run: ./SC.sh format check
2624
- name: install
2725
run: sudo apt install -y liburing-dev
2826
if: matrix.params.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)
0