nanny icon indicating copy to clipboard operation
nanny copied to clipboard

Autobuild .deb package

Open lunemec opened this issue 6 years ago • 3 comments

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

lunemec avatar Aug 15 '18 12:08 lunemec

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 avatar Aug 16 '18 06:08 PhilipSchmid

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 avatar Aug 16 '18 07:08 lunemec

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

lunemec avatar Aug 27 '18 13:08 lunemec