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 440fec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 440fec2

Please sign in to comment.