We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b79ca commit 9bd1f63Copy full SHA for 9bd1f63
.github/workflows/ci.yml
@@ -14,3 +14,5 @@ jobs:
14
run: docker build --build-arg cxx=$CXX -t blobdrop .
15
- name: Format code
16
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
@@ -6,5 +6,5 @@ ENV CXX=$cxx
6
7
ADD . /build
8
WORKDIR /build
9
-RUN pacman -Syu --noconfirm doxygen imagemagick
+RUN pacman -Syu --noconfirm imagemagick
10
RUN scripts/build.sh
0 commit comments