mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
ccb697c700
* Travis-CI now automatically compiles GoRTR for Linux, Mac OS and Windows * Version number inserted at build time based on tag * Packages deb/rpm * Publishes into GitHub Releases
11 lines
190 B
YAML
11 lines
190 B
YAML
version: '3'
|
|
services:
|
|
packager:
|
|
build: package
|
|
entrypoint: make
|
|
command:
|
|
- build-gortr
|
|
- package-deb-gortr
|
|
- package-rpm-gortr
|
|
volumes:
|
|
- ./:/work/ |