]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add comments 10757/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 31 Jul 2020 16:31:36 +0000 (18:31 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 31 Jul 2020 16:31:36 +0000 (18:31 +0200)
.github/workflows/linux.yml

index 7c61951905e47da117b3c78084894a879a348965..e708de6b0845acab1d72ec8b2e5fea4f454e89b6 100644 (file)
@@ -40,17 +40,17 @@ jobs:
     - uses: actions/checkout@v2
     - name: modules
       run: |
-        sudo apt-get install libopenmpi-dev numdiff
-    - name: setup
-      run: |
-        ./contrib/utilities/download_clang_format
+        sudo apt-get install -y software-properties-common
+        sudo add-apt-repository ppa:ginggs/deal.ii-9.2.0-backports
+        sudo apt-get update
+        sudo apt-get install -yq --no-install-recommends numdiff  libp4est-dev trilinos-all-dev petsc-dev
     - name: info
       run: |
         mpicc -v
         cmake --version
     - name: configure
       run: |
-        cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D CMAKE_CXX_COMPILER="mpic++"  -D DEAL_II_WITH_MPI="ON" -D DEAL_II_WITH_SIMPLEX_SUPPORT="ON" -D DEAL_II_COMPONENT_EXAMPLES="OFF" .
+        cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI="ON" -D DEAL_II_WITH_SIMPLEX_SUPPORT="ON" -D DEAL_II_WITH_TRILINOS="ON" -D DEAL_II_WITH_PETSC="ON" -D DEAL_II_COMPONENT_EXAMPLES="OFF" .
     - name: archive
       uses: actions/upload-artifact@v1
       with:
@@ -61,5 +61,5 @@ jobs:
         make -j 2
     - name: test
       run: |
-        make -j 2 setup_tests
-        ctest -j 2 -R simplex/
+        make -j 2 setup_tests_simplex
+        ctest -j 2 

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.