From 6c23f196cb6ac0bd03be121dcdb3082e4534f49f Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 8 Jan 2020 17:21:17 +0100 Subject: [PATCH] ~ dont try to install clang++ as that package does not exist --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26c1f76..27763b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ make_test: - docker-ci script: - apt-get update - - apt-get install -y clang++ make cmake clang-tidy + - apt-get install -y clang make cmake clang-tidy - mkdir current - ls | grep -v current | xargs mv -t current - git clone https://github.com/catchorg/Catch2.git @@ -56,7 +56,7 @@ cmake_build: - docker-ci script: - apt-get update - - apt-get install -y clang++ make cmake clang-tidy + - apt-get install -y clang make cmake clang-tidy - mkdir current - ls | grep -v current | xargs mv -t current - git clone https://github.com/catchorg/Catch2.git