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 #1

Merged
merged 3 commits into from
Jan 24, 2024
Merged

GitHub actions #1

merged 3 commits into from
Jan 24, 2024

Conversation

meisekimiu
Copy link
Owner

@meisekimiu meisekimiu commented Jan 24, 2024

Run tests in Github Actions

Use git submodules to include our main dependencies (Catch2 and entt) in
the source code directory. Also fetch Raylib with FetchContent since we
want to get rid of Raylib eventually.

This will make it not an absolute nightmare to work on this project
between computers, and in theory will allow us to run Github Actions
workflows on this project.
This basically tells the user to fetch git submodules.
@meisekimiu meisekimiu force-pushed the github-actions branch 6 times, most recently from 3a48aba to e1959b0 Compare January 24, 2024 02:16
Add test workflow. For now, let's just test on Ubuntu since we need to
install external dependencies, and we're only developing on Linux.
@meisekimiu meisekimiu merged commit 60f2024 into main Jan 24, 2024
1 check passed
@meisekimiu meisekimiu deleted the github-actions branch January 24, 2024 03:04
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.

1 participant