From 2b924f44ca3497d6fed03b88ac06444d42acefdb Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 25 Jun 2017 15:48:46 +0000 Subject: [PATCH] pipeline test #2 Signed-off-by: Janos SUTO --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5ac9d577..b7a3f981 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,3 +18,4 @@ pipelines: - step: script: - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-database=mariadb --enable-tcpwrappers + - make clean all