Add Ubuntu Focal to CircleCI

This commit is contained in:
Jonas Kvinge 2020-04-06 03:07:09 +02:00
parent 3fdbe84573
commit 3705e4e4d4
1 changed files with 12 additions and 0 deletions

View File

@ -454,6 +454,14 @@ jobs:
- cmake
- build_deb
build_ubuntu_focal:
docker:
- image: ubuntu:focal
steps:
- install_ubuntu_dependencies
- checkout
- cmake
- build_deb
workflows:
version: 2
@ -518,3 +526,7 @@ workflows:
filters:
tags:
only: /.*/
- build_ubuntu_focal:
filters:
tags:
only: /.*/