forked from LWJGL/lwjgl3
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add FreeBSD CI Github Actions #3
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is also a try to patch build configs for FreeBSD but I have no luck yet. The code is quite clean, so anybody can complete my work |
Spasi
force-pushed
the
master
branch
7 times, most recently
from
September 2, 2021 19:58
c8c7390
to
a1d29b3
Compare
Spasi
force-pushed
the
master
branch
10 times, most recently
from
May 23, 2023 18:28
cf83e46
to
d6c2d8a
Compare
Spasi
force-pushed
the
master
branch
4 times, most recently
from
May 29, 2023 16:52
3c2f777
to
d2dae40
Compare
Spasi
force-pushed
the
master
branch
7 times, most recently
from
August 22, 2023 13:51
0e1ba8c
to
919b2f6
Compare
Spasi
force-pushed
the
master
branch
4 times, most recently
from
August 27, 2023 19:31
ce07378
to
7a906db
Compare
Spasi
force-pushed
the
master
branch
2 times, most recently
from
November 9, 2023 23:31
2f0b9e9
to
19d57b6
Compare
Thank you @ivan-volnov, LWJGL now has FreeBSD support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds working Github Actions for FreeBSD build.
It still needs to add ant build configurations for FreeBSD.
If you need to install additional packages for building, add it to the end of pkg install command.
Related issue is here:
LWJGL#421
Here is CI output:
https://github.com/ivan-volnov/lwjgl3/runs/2426090932?check_suite_focus=true
It shows ant error because there is no such build configuration for FreeBSD:
It seems it also needs openjfx14 because we don't use zulu here. But I have no idea how to patch build system for openjfx14
But I suppose build configurations should be PR'ed to the main repo instead.
So this PR is complete for now