This commit is contained in:
Phuntsok Drak-pa 2019-03-26 14:50:30 +01:00
parent 66f089641e
commit 740898de30
1 changed files with 0 additions and 1 deletions

View File

@ -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