Add CI for builds #1
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MichaelBradley/perlin-shadows#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On push it checks formatting with
clang-format
, does some static analysis withclang-tidy
, and then compiles using CMake. Might be nice to compile release builds for different targets, but that's an issue for later.Format failure is due to an extra space in a file, unrelated to CI validity.