Skip to content

Commit

Permalink
etc/ci.sh: compile browse package to test gac
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 25, 2017
1 parent 1c1c182 commit 788317a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 788317a

Please sign in to comment.