Lines Matching +full:apt +full:- +full:key
3 set -e
5 apt-get update -qq
6 apt-get install -y --no-install-recommends wget gnupg
8 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
10 # 1E9377A2BA9EF27F is the key for the ubuntu-toolchain-r PPA.
11 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F | cat
13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA.
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat
16 apt-get update -qq
17 apt-get install -y --allow-unauthenticated --no-install-recommends \
22 libboost-dev \
23 g++-5 \
24 clang-3.9 \
25 clang-4.0 \
26 libc++-dev \
27 python3-pip \
28 python3-setuptools \
29 python3-networkx \
34 pip3 install pytest-xdist