We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a185ae0 commit d3ebda0Copy full SHA for d3ebda0
buildspec.yml
@@ -3,11 +3,13 @@ version: 0.2
3
phases:
4
install:
5
commands:
6
+ - apt-get update -y
7
- apt-get install -y software-properties-common
- - add-apt-repository ppa:ubuntu-toolchain-r/test
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
- 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
13
build:
14
15
- echo Build started on `date`
0 commit comments