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.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 .
|
||||
|
Loading…
Reference in New Issue
Block a user