From f911ceee2f4d5780d0a0fdbe7884ce10d97bbf1d Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Apr 2018 02:27:23 +0200 Subject: [PATCH] ughhhhhhhhhhhhhhhhhhh --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36b6a4c..2c5bc6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,11 +15,11 @@ jobs: # - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1 # - run: sudo apt-get update # - run: sudo apt-get install gcc-7 g++-7 -# - run: -# name: Build cmake -# command: | -# cd ~ && wget --quiet https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz -# tar -xvf cmake-3.11.0-Linux-x86_64.tar.gz + - run: + name: Build cmake + command: | + cd ~ && wget --quiet https://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz + tar -xvf cmake-3.11.0-Linux-x86_64.tar.gz - run: name: Build Project command: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j