From 788317a6334038e73c4d8a05906772b50730cea1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 25 Apr 2017 19:22:16 +0200 Subject: [PATCH] etc/ci.sh: compile browse package to test gac --- etc/ci.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/ci.sh b/etc/ci.sh index 587a6047245..e8e4341a707 100644 --- a/etc/ci.sh +++ b/etc/ci.sh @@ -78,6 +78,13 @@ cd profiling ./autogen.sh ./configure $CONFIGFLAGS --with-gaproot=$BUILDDIR make V=1 +cd .. + +# Compile browse package to test gac +cd Browse +./configure $BUILDDIR +make +cd .. # return to base directory popd