Skip to content

Commit ca3f350

Browse files
Add DEB_BUILD_OPTIONS options to not run tests
1 parent fac87a1 commit ca3f350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbuild/scripts/cscout/analyzer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build() {
1313
printf "\n###Debug: build\n"
1414
echo "tool: cscout" >> $DEST_PKG/report
1515
rm -rf /tmp_dir && mkdir -p /tmp_dir
16-
if ! CSMAKEFLAGS='-T /tmp_dir -A -s cscout_projects -k' MAKE=/usr/local/bin/csmake dpkg-buildpackage -b 2> error; then
16+
if ! DEB_BUILD_OPTIONS="nodocs notest nocheck" CSMAKEFLAGS='-T /tmp_dir -A -s cscout_projects -k' MAKE=/usr/local/bin/csmake dpkg-buildpackage -b 2> error; then
1717
cp error $DEST_PKG/build.err
1818
echo "build: failed" >> $DEST_PKG/report
1919
exit -1

0 commit comments

Comments
 (0)