This commit is contained in:
parent
ab4cb78258
commit
2155568864
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ steps:
|
|||
- cd ..
|
||||
- mkdir build-clang
|
||||
- cd build-clang
|
||||
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE=on ..
|
||||
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE=on -DSCALAR_BUILD=on ..
|
||||
- make -j2
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue