forked from premiere/premiere-libtorrent
fix sonar_scan build
This commit is contained in:
parent
ebf0dbc3a8
commit
965f45a9ce
|
@ -155,7 +155,7 @@ script:
|
|||
fi'
|
||||
|
||||
- 'if [ "$sonar_scan" == "1" ]; then
|
||||
build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 crypto=$crypto asserts=off $toolset variant=$variant -l300 &&
|
||||
build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 crypto=$crypto asserts=off invariant-checks=off $toolset variant=$variant -l300 &&
|
||||
sonar-scanner -D sonar.login=$SONAR_TOKEN;
|
||||
fi'
|
||||
|
||||
|
|
Loading…
Reference in New Issue