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

Enable CI build #10

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Enable CI build #10

merged 3 commits into from
Feb 23, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 23, 2024

Implement CI Workflow for KSP Plugin Build

This pull request introduces a continuous integration (CI) workflow for our Querent plugin, automating the build process on every push and pull request event to the main branch.

Changes:

  • Created a new workflow file named plugin-ci.yml.
  • Configured the workflow to:
    • Check out the code from the repository.
    • Set up the necessary environment for building Querent and examples.
    • Cache Gradle and Gradle wrapper for faster builds.
    • Make the Gradle wrapper executable.
    • Run the build process using ./gradlew build (or the appropriate command for your setup).
  • Updated documentation to reflect the new CI workflow.

Benefits:

  • Automates the build process, saving developers time and effort.
  • Catches build failures early, ensuring code quality and consistency.
  • Improves testing efficiency by potentially integrating tests within the workflow.

@teogor teogor added this to the 1.0.0-alpha02 milestone Feb 23, 2024
@teogor teogor self-assigned this Feb 23, 2024
@teogor teogor merged commit e8ad406 into main Feb 23, 2024
5 checks passed
@zeobot zeobot bot deleted the environment/ci-ksp-plugin-build branch February 23, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

1 participant