Skip to content

Commit d3ebda0

Browse files
author
Daniel Kroening
committed
attempt 5 to use AWS Codebuild
1 parent a185ae0 commit d3ebda0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildspec.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ version: 0.2
33
phases:
44
install:
55
commands:
6+
- apt-get update -y
67
- apt-get install -y software-properties-common
7-
- add-apt-repository ppa:ubuntu-toolchain-r/test
8+
- add-apt-repository -y ppa:ubuntu-toolchain-r/test
89
- apt-get update -y
910
- apt-get install -y g++-5 flex bison make git libwww-perl patch
1011
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
12+
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
1113
build:
1214
commands:
1315
- echo Build started on `date`

0 commit comments

Comments
 (0)