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