Test #6
This commit is contained in:
parent
355441cc60
commit
0f913a8213
@ -7,12 +7,11 @@ build:
|
|||||||
- conan profile update settings.compiler=clang default
|
- conan profile update settings.compiler=clang default
|
||||||
- conan profile update settings.compiler.version=7.0 default
|
- conan profile update settings.compiler.version=7.0 default
|
||||||
- conan profile update settings.compiler.libcxx=libstdc++11 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:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- pwd
|
- pwd
|
||||||
- which clang
|
- conan install .. --build missing
|
||||||
- which clang++
|
- cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja
|
||||||
# - conan install .. --build missing
|
- cmake --build .
|
||||||
# - cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja
|
|
||||||
# - cmake --build .
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user