Use beaver to deploy the xenial-package

This commit is contained in:
Stefan Koch 2017-12-12 10:59:40 +01:00
parent a58be55592
commit 30f1d2c8c0
2 changed files with 33 additions and 0 deletions

View File

@ -16,3 +16,30 @@ env:
- BUILD=dub
script: ./.travis.sh
jobs:
include:
- stage: Build & Upload Package
if: tag IS present
# Which package to deploy
env:
- DMD=2.076.*
- DIST=xenial
- PATH="$(git config -f .gitmodules submodule.beaver.path)/bin:$PATH"
language: generic
sudo: required
services:
- docker
git:
submodules: false
before_install: git submodule update --init
install: beaver dlang install
script:
- beaver dlang make pkg
deploy:
provider: script
script: beaver bintray upload build/last/pkg/*.deb
skip_cleanup: true
on:
tags: true # must be a git tag
repo: dlang-community/dfmt # must be a tag on dlang-community

6
beaver.Dockerfile Normal file
View File

@ -0,0 +1,6 @@
# Copyright sociomantic labs GmbH 2017.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
FROM sociomantictsunami/dlang:v4