Initial commit
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Luca 2021-10-18 20:53:03 +02:00
commit e9882a25d0
2 changed files with 49 additions and 0 deletions

44
.drone.yml Normal file
View File

@ -0,0 +1,44 @@
---
kind: pipeline
type: docker
name: default
clone:
disable: yes
environment:
BRANCH: master
CLONE_URL: https://github.com/lujoga/srtrelay.git
steps:
- name: clone
image: alpine/git
commands:
- 'git clone $CLONE_URL .'
- git switch $BRANCH
- name: build
image: golang
commands:
- apt update
- apt install libsrt-openssl-dev
- go build
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: api_key
base_url: https://git.luj0ga.de
files:
- srtrelay
checksum:
- md5
- sha1
- sha256
title: $DRONE_TAG
trigger:
event:
- tag

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# srtrelay
This repository solely exists for Drone to build an executable from the actual source code found [on GitHub](https://github.com/lujoga/srtrelay).
To trigger a build, create a new tag. Tags should be named after chemical elements, in the order of their atomic number.
If all elements have been used, you may not create a new tag until you discover another one.