summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-09-17 14:09:44 -0500
committerbaude <bbaude@redhat.com>2019-09-17 15:40:22 -0500
commit74a9210322e381012dc49817ced008d38f544368 (patch)
tree8a663d0df27ecbea3bdc46980ea34b62e3929f5b /.cirrus.yml
parent5fc335c6eadb289fd5602ef6e53a65300d5f7204 (diff)
initial cirrus file
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..233a9b2
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,14 @@
+env:
+ CIRRUS_WORKING_DIR: "/var/tmp/go/src/github.com/containers/dnsname"
+ CIRRUS_SHELL: "/bin/bash"
+ GOPATH: "/var/tmp/go"
+ PATH: "$PATH:/var/tmp/go/bin"
+
+validate_task:
+ container:
+ dockerfile: ci/Dockerfile
+ test_script:
+ - make validate
+ - make
+ - make install PREFIX=/usr
+ - test -x /usr/libexec/cni/dnsname