Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autobuild .deb package #18

Open
lunemec opened this issue Aug 15, 2018 · 3 comments
Open

Autobuild .deb package #18

lunemec opened this issue Aug 15, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@lunemec
Copy link
Owner

lunemec commented Aug 15, 2018

Since we are autobuilding Docker, we should also autobuild .deb package, but how?

@PhilipSchmid
Copy link
Collaborator

Yeah why not, I think this would be helpful. But to be honest, currently I don't know how to build a .deb package. How have you built the ones which you have already released? Perhaps we could use Travis-CI to do this in an automated way?

Regards,
Philip

@PhilipSchmid PhilipSchmid added the enhancement New feature or request label Aug 16, 2018
@lunemec
Copy link
Owner Author

lunemec commented Aug 16, 2018

At work, we use gitlab with CI/CD and use that to build .deb packages. The ones that are in the release sections were build manually within debian docker image. Basically I have prepared docker debian container with the build scripts and used that locally.

I'm not sure if travis can do this kind of thing?

@lunemec
Copy link
Owner Author

lunemec commented Aug 27, 2018

Here is an example of .deb building: https://github.com/VSCodium/vscodium/blob/master/.travis.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants