From 8fc4565599c0d6937fb34016501a6d5408749f53 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 12 May 2020 14:53:32 +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 e8a97a3e..40abb58e 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: '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/'