Skip to content

Commit

Permalink
Merge pull request #516 from mmuetzel/ci
Browse files Browse the repository at this point in the history
CI (ubuntu): Build with VTK in CI.
  • Loading branch information
raback authored Aug 5, 2024
2 parents f62ad8d + c43b9de commit a158aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
sudo apt -qq update
sudo apt install -y ${{ matrix.compiler-pkgs }} cmake gfortran \
libopenblas-dev libopenmpi-dev libmumps-dev libparmetis-dev \
libqwt-qt5-dev qtscript5-dev libqt5svg5-dev
libqwt-qt5-dev qtscript5-dev libqt5svg5-dev \
libvtk9-qt-dev libglvnd-dev
- name: configure
run: |
Expand All @@ -79,6 +80,7 @@ jobs:
-DWITH_Zoltan=ON \
-DWITH_Mumps=ON \
-DWITH_ELMERGUI=ON \
-DWITH_VTK=ON \
-DCREATE_PKGCONFIG_FILE=ON \
-DWITH_MPI=ON \
-DMPI_TEST_MAXPROC=2 \
Expand Down

0 comments on commit a158aed

Please sign in to comment.