this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CircleCI image

We shouldn't need all those custom PPAs anymore

+2 -15
+2 -15
.circleci/config.yml
··· 4 4 jobs: 5 5 build: 6 6 machine: 7 - image: 'ubuntu-1604:202004-01' 7 + image: 'ubuntu-2004:202010-01' 8 8 steps: 9 9 - git-shallow-clone/checkout 10 10 - run: ··· 15 15 - run: 16 16 name: Install dependencies 17 17 command: | 18 - # keys 19 - wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 20 - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - 21 - 22 - # repos 23 - sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 24 - sudo apt-add-repository 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main' 25 - sudo add-apt-repository ppa:deadsnakes/ppa 26 - 27 18 sudo dpkg --add-architecture i386 28 19 29 20 sudo apt-get update 30 - sudo apt-get upgrade -y cmake 31 - sudo apt-get install --no-install-recommends -y devscripts equivs debhelper libdistro-info-perl python3.8 clang-9 libfreetype6-dev:i386 21 + sudo apt-get install --no-install-recommends -y devscripts equivs debhelper libdistro-info-perl libfreetype6-dev:i386 32 22 sudo mk-build-deps -i -r -t "apt-get --no-install-recommends -y" debian/control 33 - 34 - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 35 - sudo update-alternatives --auto python3 36 23 - run: 37 24 name: Build DSCs 38 25 no_output_timeout: 30m