1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-21 21:53:34 +01:00
bind9-api/.travis.yml
2018-07-08 01:08:56 +02:00

17 lines
295 B
YAML

sudo: required
services:
- docker
script:
- docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder cargo build --release
before_deploy:
- ./ci/before_deploy.sh
deploy:
provider: releases
file_glob: true
file:
- deploy/*
skip_cleanup: true
on:
tags: true