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

17 lines
316 B
YAML

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