This commit is contained in:
Phuntsok Drak-pa 2019-03-26 14:54:41 +01:00
parent 355441cc60
commit 0f913a8213
1 changed files with 5 additions and 6 deletions

View File

@ -7,12 +7,11 @@ 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.CXX=/bin/clang++ default
- conan profile update env.CC=/usr/bin/clang default
- conan profile update env.CXX=/usr/bin/clang++ default
script:
- mkdir build && cd build
- pwd
- which clang
- which clang++
# - conan install .. --build missing
# - cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja
# - cmake --build .
- conan install .. --build missing
- cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja
- cmake --build .