From c8ca027938b397d52a3064c5b5b10f6707e5f38c Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 12 Mar 2019 12:59:56 -0500 Subject: Add gating tasks to protect against regressions, we need to add a few gating tasks: * build with varlink * build podman-remote * build podman-remote-darwin we already have a gating task for building without varlink Signed-off-by: baude --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 9ce690196..8e26ce72e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -135,8 +135,10 @@ gating_task: # This task builds Podman with different buildtags to ensure the build does # not break. build_script: + - '/usr/local/bin/entrypoint.sh clean podman' + - '/usr/local/bin/entrypoint.sh clean podman-remote' - '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp"' - + - '/usr/local/bin/entrypoint.sh clean podman-remote-darwin' build_each_commit_task: -- cgit v1.2.3-54-g00ecf