https://github.com/aphistic/convey-rust-build-deb
A container to be used with Convey for building rust projects with Debian packages
https://github.com/aphistic/convey-rust-build-deb
Last synced: 8 months ago
JSON representation
A container to be used with Convey for building rust projects with Debian packages
- Host: GitHub
- URL: https://github.com/aphistic/convey-rust-build-deb
- Owner: aphistic
- License: mit
- Created: 2017-04-05T03:24:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T01:19:26.000Z (about 9 years ago)
- Last Synced: 2025-03-02T18:17:41.846Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aphistic/convey-rust-build-deb
This image is a build task for [Convey](https://bitbucket.org/rw_grim/convey/) to enable
building Debian packages for a [Rust](https://www.rust-lang.org/).
## Example
tasks:
build-debs:
image: aphistic/convey-rust-build-deb:latest
environment:
- DEBIAN_PATH=pkg/debian
- DEB_OUTPUT=debs
## Environment Variables
### DEBIAN_PATH
The path of the `debian` directory to use within the workspace. It will be symlinked to the
root of the workspace so packages that put it in something like `pkg/debian` will work.
### DEB_OUTPUT
The path in the workspace where the files built by the Debian packaging will be put.