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

Build library and examples in CI #89

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Oct 13, 2023

GitHub CI is a simple way of ensuring most/all configurations of the library work.

This PR adds a CI job that tests the following configurations: examples disabled, examples enabled & Qt disabled, examples enabled & Qt enabled. The runs without Qt take about 1 min, the run with Qt takes about 4-5 min without a cache, but should be similar to the other ones with a cache.

For the used actions, you can optionally use dependabot to update them regularly:

# .github/dependabot.yml
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

@mohabouje mohabouje merged commit 821c481 into mohabouje:master Oct 13, 2023
3 checks passed
@mohabouje
Copy link
Owner

Thanks for the pipeline, better safe than sorry!

@Nerixyz Nerixyz deleted the ci/build-examples branch October 13, 2023 11:19
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.

2 participants