diff --git a/etc/ci.sh b/etc/ci.sh index 587a6047245..74aa0989e14 100644 --- a/etc/ci.sh +++ b/etc/ci.sh @@ -79,6 +79,12 @@ cd profiling ./configure $CONFIGFLAGS --with-gaproot=$BUILDDIR make V=1 +# Compile browse package to test gac +cd Browse +./configure $BUILDDIR +make +cd .. + # return to base directory popd