Add github tests for deb package building#97
Open
nuclearcat wants to merge 1 commit intoRIPE-NCC:masterfrom
Open
Add github tests for deb package building#97nuclearcat wants to merge 1 commit intoRIPE-NCC:masterfrom
nuclearcat wants to merge 1 commit intoRIPE-NCC:masterfrom
Conversation
As i spotted repository have only gitlab-ci tests, it will be handy for contributors to have also github tests. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
672595c to
fbfcc40
Compare
Member
|
A small update from our side We've discussed this extensively internally, and got to the conclusion that, unless there was an easy way to run the same gitlab-ci.yml on GitHub, it would be a lot of effort to achieve this. I've looked into it myself and realized that Debian is a hard requirement and we cannot work on Ubuntu. -- |
Author
|
Maybe then worth hosting repository on public gitlab? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As i spotted repository have only gitlab-ci tests, it will be handy for contributors to have also
github tests.