Skip to content

Commit 8d31895

Browse files
committed
Initial Doxygen CI
1 parent bd6be4d commit 8d31895

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.builds/docs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Docs
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
14+
- name: Install Doxygen static libclang deps
15+
run: sudo apt-get install libclang1-12 libclang-cpp12

0 commit comments

Comments
 (0)