Skip to content

Commit

Permalink
Workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Apr 14, 2024
1 parent 034d9e0 commit cef1673
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test

# on: [push]
on: [none]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/build_fluid_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ jobs:
- uses: actions/checkout@v2

- name: Install prerequisites
run: sudo apt-get update -y && sudo apt-get install -y libwayland-dev wayland-protocols libdbus-1-dev libxkbcommon-dev libpango1.0-dev libgtk-3-dev
run: |
sudo apt-get update -y
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=1.10.0
sudo apt-get install texlive-latex-base
sudo apt-get install texlive-fonts-recommended
sudo apt-get install texlive-latex-extra
# sudo apt-get install texlive-fonts-extra

- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build
Expand Down

0 comments on commit cef1673

Please sign in to comment.