fix again .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
81a21120ed
commit
1eea0e8a3f
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ steps:
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir build-clang
|
- mkdir build-clang
|
||||||
- cd build-clang
|
- cd build-clang
|
||||||
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE ..
|
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE=on ..
|
||||||
- make -j2
|
- make -j2
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue