Skip to content

Commit 2948a43

Browse files
author
Daniel Kroening
committed
third attempt to use AWS Codebuild
1 parent 097de57 commit 2948a43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ version: 0.2
33
phases:
44
install:
55
commands:
6+
- add-apt-repository ppa:ubuntu-toolchain-r/test
67
- apt-get update -y
78
- apt-get install -y g++-5 flex bison make git libwww-perl patch
9+
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
810
build:
911
commands:
1012
- echo Build started on `date`

0 commit comments

Comments
 (0)