From 73d035356d4b8824bd9ded12bc31c91a6bcdc392 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sat, 12 Jan 2019 15:35:05 +0300 Subject: [PATCH] [A] Added cmake installation to the cirrus --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 0738171..9245277 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,6 +5,7 @@ main_task: script: - echo "Hello cirrus" - ls + - pkg install cmake - which cmake - which cc - which c++