summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-01-29 10:52:56 +0100
committerEdward Hervey <bilboed@bilboed.com>2014-01-29 10:52:56 +0100
commitdea2adb4fe74811f749da85ad592541c909c0c17 (patch)
treee6695b14dbaf4da5280551da3f78de3f725f5f60
parented53803ccac24b4c43795b8019aea895f5d54be4 (diff)
ci-build: Enable -good's make check \o/
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 945cdfb..c6cdb6f 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -48,7 +48,7 @@ MODULES="gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-se
EXTRA_MODULES="gst-python"
# modules for which we run make check/distcheck
-CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-ugly gst-libav gst-rtsp-server"
+CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav gst-rtsp-server"
VALGRIND_MODULES=""
ERROR_RETURN=255