From: Matthias Maier Date: Tue, 23 Jul 2013 11:03:35 +0000 (+0000) Subject: Remove step 26 from build_test as well X-Git-Tag: v8.0.0~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da3281ec86bc6afef48afcb3df086f691e34c4f;p=dealii.git Remove step 26 from build_test as well git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-0@30129 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/utilities/build_test b/deal.II/contrib/utilities/build_test index 3cf444337b..ecedd9692a 100755 --- a/deal.II/contrib/utilities/build_test +++ b/deal.II/contrib/utilities/build_test @@ -96,7 +96,7 @@ build_examples: $(steps:%=%/%) runsteps_debug:= step-1 step-2 step-3 step-4 step-5 step-6 # Run all configuration independent steps in release configuration: -runsteps_release= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-16 step-20 step-23 step-25 step-26 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-48 step-49 +runsteps_release= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-16 step-20 step-23 step-25 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-48 step-49 %/OK_DEBUG: cd $(@D) && $(CMAKE) -DCMAKE_BUILD_TYPE=Debug . >/dev/null 2>&1