From 740898de301527c1a80296be28b63ff2ce7e9ab8 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 26 Mar 2019 14:50:30 +0100 Subject: [PATCH] Test #4 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb81723..8c1cafa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ build: - conan profile update settings.compiler=clang default - conan profile update settings.compiler.version=7.0 default - conan profile update settings.compiler.libcxx=libstdc++11 default - - conan profile update env.CC=/bin/clang default - conan profile update env.CXX=/bin/clang++ default script: - mkdir build && cd build