summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-18 14:43:49 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-18 14:43:49 +0100
commit87d55921a17f21f135cc82556f68e4e0fe81ef45 (patch)
tree76c7d5339163319705fbbadde474db3c9b1df518
parent079f4413a3928ce7f2f14d20f04cb0c4ca695fa9 (diff)
ci-build: Use -j3 for gst-validate-launcher
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 1d5c209..1b232f0 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -304,7 +304,7 @@ beach()
build "gst-devtools/validate"
cd $WORKSPACE
mkdir -p "validate-output"
- gst-validate-launcher -S -m -n -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
+ gst-validate-launcher -j3 -S -m -n -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
fi
echo