diff --git a/tools/ci/berrie.sh b/tools/ci/berrie.sh index 3655b381e9..ecd8fe8eae 100644 --- a/tools/ci/berrie.sh +++ b/tools/ci/berrie.sh @@ -10,7 +10,7 @@ # See the COPYING file for more information. # # auto tools -if true; then +if false; then sh autogen.sh ./configure make @@ -19,7 +19,7 @@ fi # cmake -if false; then +if true; then rm -rf build mkdir -p build cd build