]> https://gitweb.dealii.org/ - dealii.git/commitdiff
[CI]: run quicktests
authorTimo Heister <timo.heister@gmail.com>
Mon, 8 Apr 2019 14:17:43 +0000 (08:17 -0600)
committerTimo Heister <timo.heister@gmail.com>
Tue, 9 Apr 2019 16:29:37 +0000 (10:29 -0600)
also execute the quicktests as part of CI

Jenkinsfile
contrib/ci/Jenkinsfile.osx

index 48064a8afb4f91e8f2f28417da89ebd421a4525b..4f94fc4410ebd5eb2239fbcd7fb6ac1f72ac8884 100644 (file)
@@ -131,6 +131,7 @@ pipeline
                  -D DEAL_II_UNITY_BUILD=ON \
                  $WORKSPACE/
                time ninja -j $NP
+               time ninja test # quicktests
                time ninja setup_tests
                time ctest --output-on-failure -DDESCRIPTION="CI-$JOB_NAME" -j $NP --no-compress-output -T test
             '''
@@ -182,6 +183,7 @@ pipeline
                   -D DEAL_II_UNITY_BUILD=OFF \
                   $WORKSPACE/
                 time ninja -j $NP
+                time ninja test # quicktests
                 time ninja setup_tests
                 time ctest -R "all-headers|multigrid/transfer" --output-on-failure -DDESCRIPTION="CI-$JOB_NAME" -j $NP --no-compress-output -T test
             '''
index c214ca0a8efabd29bbff63ca9e434239fd0475e4..8538cbdcdde7d2704aeba5d7985b8c21ee5ea9fb 100644 (file)
@@ -94,6 +94,7 @@ pipeline
                       -D DEAL_II_CXX_FLAGS='-Werror' \
                       -D CMAKE_BUILD_TYPE=Debug \
                       $WORKSPACE/ && make -j 4
+                    make test # quicktests
                  '''
             }
           }

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.