ughhhhhhhhhhhhhh

This commit is contained in:
Phuntsok Drak-pa 2018-04-16 02:12:12 +02:00
parent 4e21a6da03
commit f9fe25c0f1
1 changed files with 1 additions and 2 deletions

View File

@ -2,13 +2,12 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/buildpack-deps:16.04-curl-browsers - image: buildpack-deps:trusty
environment: environment:
- PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- CXX: g++-7.1 - CXX: g++-7.1
steps: steps:
- checkout - checkout
- run: apt-get install -y sudo
- run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1 - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1
- run: sudo apt-get update - run: sudo apt-get update
- run: sudo apt-get install gcc-7 g++-7 - run: sudo apt-get install gcc-7 g++-7