File: travis-linux.sh

package info (click to toggle)
gearmand 1.1.21%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,748 kB
  • sloc: cpp: 53,419; ansic: 3,230; sh: 1,712; makefile: 286; perl: 16
file content (6 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
sudo apt-get update -qq
COMPILER_PACKAGE=$CXX
if echo "$COMPILER_PACKAGE" | grep -q '^clang++-'; then
    COMPILER_PACKAGE=$CC
fi
sudo apt-get install -y libboost-all-dev gperf libevent-dev uuid-dev python-sphinx libhiredis-dev $COMPILER_PACKAGE