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