summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-09-19 12:13:28 -0500
committerbaude <bbaude@redhat.com>2019-09-19 12:13:28 -0500
commit41f50ddef318cf96c78e6140bfa1d8a7b34030bc (patch)
tree9dde6557b6abd55a04a9302897ded321ed45b971 /.cirrus.yml
parentd30e3825df30d5d7230ea08b0238c52620b643fc (diff)
add tests
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ea88b7b..d5498eb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -67,10 +67,18 @@ test_task:
depends_on:
- validate
+ gce_instance:
+ matrix:
+ image_name: ${FEDORA_CACHE_IMAGE_NAME}
+ image_name: ${PRIOR_UBUNTU_CACHE_IMAGE_NAME}
env:
PATH: "$PATH:/var/tmp/go/bin"
+ setup_script:
+ - OS_RELEASE_ID="$(source /etc/os-release; echo $ID)"
+ - if [[ "$OS_RELEASE_ID" == "fedora" ]]; then dnf install -y dnsmasq; fi
+
test_script:
- make
- - ./bin/dnsname --help # STUB!
+ - make test