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

github actions #461

Merged
merged 4 commits into from
Mar 14, 2021
Merged

github actions #461

merged 4 commits into from
Mar 14, 2021

Conversation

r00t-
Copy link
Contributor

@r00t- r00t- commented Mar 14, 2021

fix #457

@r00t- r00t- changed the base branch from github-actions to master March 14, 2021 05:35
@r00t- r00t- mentioned this pull request Mar 14, 2021
local.cpp:236:29: error: 'response' may be used uninitialized in this function [-Werror=maybe-uninitialized]
for some reason only occurs with `cmake -DCMAKE_BUILD_TYPE=Release`
@mbehr1
Copy link
Contributor

mbehr1 commented Mar 15, 2021

previously we did run build checks towards older gcc versions (as some e.g. raspberry distros have quite old gcc.) Did you remove it on purpose?

@mbehr1
Copy link
Contributor

mbehr1 commented Mar 15, 2021

regarding leptonic: we could use e.g. https://github.com/actions/cache to speed up long build times.

@r00t-
Copy link
Contributor Author

r00t- commented Mar 15, 2021

@mbehr1:
i did not remove the gcc versions on purpose, at least not as much as leptonic,
i only did not re-add them to the from-scratch implementation.
i'd say this is a basic implementation, feel free to make MRs to add stuff back in.

i've also been wondering if gitlab actions can store artifacts, so we could provide binaries for
the part of our users that are not capable of compiling (branches) themselves.

@r00t- r00t- deleted the github-actions branch March 15, 2021 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace travis with gitlab actions (was: make travis build less wasteful)
2 participants