gortr/docker-compose-pkg.yml
Louis Poinsignon ccb697c700 Packaging GoRTR
* 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
2019-07-31 12:54:44 -07:00

11 lines
190 B
YAML

version: '3'
services:
packager:
build: package
entrypoint: make
command:
- build-gortr
- package-deb-gortr
- package-rpm-gortr
volumes:
- ./:/work/