From 2ba5235e1124235db22e335210459dd9a93130c8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 1 Feb 2020 16:54:47 +0000 Subject: [PATCH] Added installation of cmake --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index db1bb3a8..eb86225b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,6 +5,7 @@ pipelines: default: - step: script: + - apt-get -qq update && apt-get -y -qq install cmake - mkdir build; cd build - cmake .. - make