]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Github: add a-framework/ tests to github actions 17275/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 17 Jul 2024 11:28:07 +0000 (06:28 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 17 Jul 2024 13:30:18 +0000 (08:30 -0500)
.github/workflows/linux.yml
.github/workflows/osx.yml
.github/workflows/windows.yml

index 1f4f7e5400c3cd0573ada43eae4aa8b91081cc04..61ea8f1a12d817594515438b645a11244ef37eed 100644 (file)
@@ -68,6 +68,7 @@ jobs:
       run: |
         cd build
         make -j2 \
+          setup_tests_a-framework \
           setup_tests_examples \
           setup_tests_quick_tests
         ctest --output-on-failure -j2 -VV
@@ -131,6 +132,7 @@ jobs:
 
         cd build
         make -j2 \
+          setup_tests_a-framework \
           setup_tests_examples \
           setup_tests_quick_tests \
           setup_tests_simplex \
@@ -269,6 +271,7 @@ jobs:
         source /opt/intel/oneapi/setvars.sh
         cd build
         make -j2 \
+          setup_tests_a-framework \
           setup_tests_examples \
           setup_tests_quick_tests
         ctest --output-on-failure -j2 -VV
index 812d5dc18ef85a078048fdb53fe3de5f25bba42a..9e5ed1fe9a6aeb05670cb30ec9ae4c366fe09e41 100644 (file)
@@ -45,7 +45,10 @@ jobs:
     - name: build
       run: |
         make VERBOSE=1 -j2
-        make -j3 test # quicktests
+        make -j2 \
+          setup_tests_a-framework \
+          setup_tests_quick_tests
+        ctest --output-on-failure -j2 -VV
     - name: upload CMakeConfigureLog
       uses: actions/upload-artifact@v4
       if: always()
@@ -89,7 +92,10 @@ jobs:
     - name: build
       run: |
         make VERBOSE=1 -j2
-        make -j3 test #quicktests
+        make -j2 \
+          setup_tests_a-framework \
+          setup_tests_quick_tests
+        ctest --output-on-failure -j2 -VV
     - name: upload CMakeConfigureLog
       uses: actions/upload-artifact@v4
       if: always()
index ce3b4cbad4a1a01f161477eb1481ad9644ffb09c..4f4f07420b814ddc5ac9d1a9eb29b0088fae66b6 100644 (file)
@@ -59,6 +59,7 @@ jobs:
     - name: test library
       shell: bash
       run: |
+        cmake --build build --parallel 2 --target setup_tests_a-framework
         cmake --build build --parallel 2 --target test
     - name: archive library
       # run only if a PR is merged into master

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.