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

View File

@ -10,7 +10,7 @@ build:
- conan profile update env.CC=/bin/clang default
- conan profile update env.CXX=/bin/clang++ default
script:
- mkdir && cd build
- mkdir build && cd build
- pwd
- conan install .. --build missing
- cmake -DCMAKE_CXX_COMPILER=clang++ .. -G Ninja