We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95383a commit 71ab5cdCopy full SHA for 71ab5cd
buildspec.yml
@@ -3,7 +3,7 @@ version: 0.2
3
phases:
4
install:
5
commands:
6
- - echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/01-toolchain
+ - echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
7
- apt-get update -y
8
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
9
- apt-get install -y openjdk-7-jdk
0 commit comments