Skip to content

Commit 9bd1f63

Browse files
committed
Add doxygen
1 parent 83b79ca commit 9bd1f63

File tree

3 files changed

+2661
-1
lines changed

3 files changed

+2661
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
run: docker build --build-arg cxx=$CXX -t blobdrop .
1515
- name: Format code
1616
run: docker run fftune sh -c 'scripts/format-code.sh'
17+
- name: Build documentation
18+
run: docker run fftune sh -c 'cd doc && doxygen'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ENV CXX=$cxx
66

77
ADD . /build
88
WORKDIR /build
9-
RUN pacman -Syu --noconfirm doxygen imagemagick
9+
RUN pacman -Syu --noconfirm imagemagick
1010
RUN scripts/build.sh

0 commit comments

Comments
 (0)