We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19b4a2 commit e7bb127Copy full SHA for e7bb127
buildspec.yml
@@ -3,9 +3,7 @@ version: 0.2
3
phases:
4
install:
5
commands:
6
- - apt-get update -y
7
- - apt-get install -y software-properties-common
8
- - add-apt-repository -y ppa:ubuntu-toolchain-r/test
+ - echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/01-toolchain
9
- apt-get update -y
10
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
11
- apt-get install -y openjdk-7-jdk
0 commit comments