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 71ab5cd commit 58b4196Copy full SHA for 58b4196
buildspec.yml
@@ -4,6 +4,7 @@ phases:
4
install:
5
commands:
6
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
7
+ - apt-key net-update
8
- apt-get update -y
9
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
10
- apt-get install -y openjdk-7-jdk
0 commit comments