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

GD-116: Provide a project scanner #117

Merged
merged 1 commit into from
Feb 17, 2023
Merged

GD-116: Provide a project scanner #117

merged 1 commit into from
Feb 17, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

Since Godot4 using internal cache to load the project the CI pipline is broken. We need a scanner tool to rebuild the project cache before running the tests

What

added a new script to be execute on the CI pipeline

  • scans for sources and rebuilds the project cache .godot

# Why
Since Godot4 using internal cache to load the project the CI pipline is broken.
We need a scanner tool to rebuild the project cache before running the tests

# What
added a new script to be execute on the CI pipeline
- scans for sources and rebuilds the project cache `.godot`
@MikeSchulze MikeSchulze self-assigned this Feb 17, 2023
@MikeSchulze MikeSchulze linked an issue Feb 17, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit 7b8ee07 into master Feb 17, 2023
@MikeSchulze MikeSchulze deleted the GD-116 branch February 17, 2023 15:40
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.

GD-116: Build project scanner to rebuild the project cache
1 participant