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

CI updates #238

Merged
merged 10 commits into from
Jan 4, 2024
Merged

CI updates #238

merged 10 commits into from
Jan 4, 2024

Conversation

davexparker
Copy link
Member

@davexparker davexparker commented Dec 30, 2023

Update/extend continuous integration (CI) build testing via GitHub Actions.

Now perform build/test run for macOS and Windows/Cygwin as well as Linux.
Also test for newer version of Java (21).

Various build/launch fixes are also included, to fix issues that arose during testing

…s of OS.

Because, it is in bin, not Commands, now for various Mac Java installs.

Note the use of sed with multiple "-e"s not "|" to work on macOS.
Only use /usr/libexec/java_home if java is in /usr/bin.
That is the problematic case for passing DYLD_LIBRARY_PATH
and some Java installs do not work with /usr/libexec/java_home.
@davexparker davexparker force-pushed the build branch 9 times, most recently from fd00698 to 71c9576 Compare January 2, 2024 10:06
@davexparker davexparker force-pushed the build branch 3 times, most recently from 2a0e5ba to b7a4488 Compare January 3, 2024 00:28
@davexparker davexparker merged commit 379614c into prismmodelchecker:master Jan 4, 2024
9 checks passed
@davexparker davexparker deleted the build branch January 4, 2024 22:46
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