]> https://gitweb.dealii.org/ - candi.git/commitdiff
test 22.04 323/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 6 Feb 2023 22:54:24 +0000 (17:54 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 6 Feb 2023 22:54:24 +0000 (17:54 -0500)
.github/workflows/main.yml

index 490f6c3a1a51ad043516890b450df53068140fd2..40468977bfa37d13fc0eb2efa8aa42b1b55de252 100644 (file)
@@ -47,6 +47,25 @@ jobs:
           ./candi.sh -j 2 --packages="once:cmake once:openblas once:p4est dealii"
           cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
 
+  ubuntu22:
+    name: ubuntu 22.04
+    runs-on: [ubuntu-22.04]
+
+    steps:
+      - uses: actions/checkout@v3
+      - name: setup
+        run: |
+          sudo apt-get install gfortran libopenmpi-dev openmpi-common openmpi-bin cmake
+      - name: info
+        run: |
+          g++ -v
+          mpic++ -v
+          cmake --version
+      - name: build
+        run: |
+          ./candi.sh -j 2 --packages="once:openblas once:p4est dealii"
+          cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+
   osx-minimal:
     name: OSX clang
     runs-on: [macos-latest]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.