From 7649a1a858e059bf21e44f89d901e1c2b926e8e7 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 28 Aug 2019 00:30:39 +0300 Subject: [PATCH] Add Ubuntu build to Cirrus CI --- .cirrus.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1faacd4..958e6b2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,6 +19,13 @@ debian_task: - apt update - apt install -y gcc libc-dev compile_script: scripts/build.sh +ubuntu_task: + container: + image: ubuntu + setup_script: + - apt update + - apt install -y gcc libc-dev + compile_script: scripts/build.sh freebsd_task: freebsd_instance: image: freebsd-12-0-release-amd64