1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-07-15 02:37:03 +02:00

9 Commits

4 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,5 @@
sudo: required
language: rust
services:
- docker
script:

View File

@ -3,13 +3,13 @@
set -ex
main() {
local src=$(pwd) \
stage=$src/deploy
local src=$(pwd)
local stage=$src/deploy
mkdir -p $deploy
mkdir -p $stage
test -f Cargo.lock || cargo generate-lockfile
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS_TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS_TAG:1}-x86_64-musl
}
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS-TAG:1}-x86_64-musl
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS-TAG:1}-x86_64-musl
}
main

View File

@ -1,6 +1,6 @@
[package]
name = "bind9-api-client"
version = "0.1.1"
version = "0.1.3"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
description = "Client for the BIND9 API"
license = "MIT/Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "bind9-api"
version = "0.1.1"
version = "0.1.3"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
description = "Web API to create, update and remove DNS entries in bind9"
license = "MIT/Apache-2.0"