Skip to content

Commit

Permalink
Faking X
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 14, 2024
1 parent ff0c81c commit 2b12e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_fluid_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
sudo apt-get install -y libwayland-dev wayland-protocols libdbus-1-dev libxkbcommon-dev libpango1.0-dev libgtk-3-dev
sudo apt-get install -y doxygen
sudo apt-get install -y doxygen-latex
sudo apt-get install -y xvfb
sudo apt-get install -y x11-xkb-utils xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic x11-apps
## Use the following line when 1.10.0 becomes available on Ubuntu. On 4/14/24 it's 1.9.2
# sudo apt-get install -y doxygen=1.10.0
Expand Down Expand Up @@ -67,7 +69,8 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
run: |
startx
Xvfb :19 -screen 0 1024x768x16 &
export DISPLAY=:19
cmake --build . --config Debug --target fluid_docs
cmake --build . --config Debug --target fluid_pdf
ls $GITHUB_WORKSPACE/fluid/documentation
Expand Down

0 comments on commit 2b12e7f

Please sign in to comment.