From ebe0bb6667322005387931cccbf064ee3a896569 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 12 May 2020 14:55:33 +0100 Subject: [PATCH] Attempt at getting CircleCI to work --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40abb58e..00a73881 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: command: 'apt-get update && apt-get install -y gcc g++' - run: name: Install CMAKE - command: DEBIAN_FRONTEND=noninteractive && 'apt-get update && apt-get install -y cmake' + command: 'DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y cmake' - run: name: Creating Build Files command: 'cmake -H. -Bbuild test/'