Lines Matching +full:add +full:- +full:apt +full:- +full:repository
6 - sudo apt-get -qq update
7 …- sudo apt-get install -y libelf-dev libssl-dev libcap-dev linux-tools-`uname -r` linux-cloud-tool…
8 - git submodule update --init --recursive
11 # install gcc-4.8 with c++11 support: https://github.com/travis-ci-tester/travis-test-gcc-cxx-11
12 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
13 - sudo apt-get update
14 - sudo apt-get install g++-4.8
15 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
16 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
19 - clang
20 - gcc
23 - make perf_to_profile check clean -C src/
24 - make quipper perf_converter check clean -C src/quipper/ -f Makefile.external