Skip to content

Commit

Permalink
switch berrie to cmake testing
Browse files Browse the repository at this point in the history
This is just to test pull request
  • Loading branch information
robe2 committed Mar 7, 2020
1 parent ba24e3e commit 304b5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/berrie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the COPYING file for more information.
#
# auto tools
if true; then
if false; then
sh autogen.sh
./configure
make
Expand All @@ -19,7 +19,7 @@ fi


# cmake
if false; then
if true; then
rm -rf build
mkdir -p build
cd build
Expand Down

0 comments on commit 304b5d6

Please sign in to comment.