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 d3ebda0 commit a75c4f0Copy full SHA for a75c4f0
buildspec.yml
@@ -8,6 +8,7 @@ phases:
8
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
9
- apt-get update -y
10
- apt-get install -y g++-5 flex bison make git libwww-perl patch
11
+ - apt-get install -y openjdk-7-jdk
12
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
13
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
14
build:
0 commit comments