Skip to content

Commit a75c4f0

Browse files
author
Daniel Kroening
committed
attempt 6 to use AWS Codebuild
1 parent d3ebda0 commit a75c4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ phases:
88
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
99
- apt-get update -y
1010
- apt-get install -y g++-5 flex bison make git libwww-perl patch
11+
- apt-get install -y openjdk-7-jdk
1112
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
1213
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
1314
build:

0 commit comments

Comments
 (0)