summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-05 06:30:44 -0400
committerGitHub <noreply@github.com>2020-09-05 06:30:44 -0400
commit6862cc667761fe3cb8dd45a3491cdca977d493cf (patch)
tree757fcb9b8353337d968e9bf499672c4a9ef85326
parentfa487a65220951e84779f200f48780666b4b9209 (diff)
parent4e7ee75dae895ce55f82ef604f3d253aca033271 (diff)
downloadpodman-6862cc667761fe3cb8dd45a3491cdca977d493cf.tar.gz
podman-6862cc667761fe3cb8dd45a3491cdca977d493cf.tar.bz2
podman-6862cc667761fe3cb8dd45a3491cdca977d493cf.zip
Merge pull request #7542 from ashley-cui/cimacbuild
[CI:DOCS] Add macos build to ci
-rw-r--r--.cirrus.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 1bf35e142..367d9e770 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -154,7 +154,7 @@ container_image_build_task:
depends_on:
- "gating"
- # Only run for PRs, quay.io will automatically build after bramch-push
+ # Only run for PRs, quay.io will automatically build after branch-push
only_if: $CIRRUS_BRANCH != $DEST_BRANCH
matrix:
@@ -736,6 +736,7 @@ success_task:
- "verify_test_built_images"
- "docs"
- "static_build"
+ - "darwin_build"
env:
CIRRUS_WORKING_DIR: "/usr/src/libpod"
@@ -784,3 +785,18 @@ static_build_task:
binaries_artifacts:
path: "result/bin/podman"
+
+
+darwin_build_task:
+ depends_on:
+ - "gating"
+ osx_instance:
+ image: catalina-base
+ setup-script:
+ - brew install go
+ - brew install go-md2man
+ build-script:
+ - make podman-remote-darwin
+ - make install-podman-remote-darwin-docs
+ binaries_artifacts:
+ path: "bin/podman-remote-darwin"