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

Configure CMake from the JavaScript Action #72

Merged
merged 4 commits into from
Nov 20, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Nov 20, 2023

This pull request brings in the following changes:

  • Adjusts the action to execute the main/index.mjs script instead of using a composite.
  • Updates the entry point script to configure the CMake project using the provided source and build directories inputs.

Closes #71.

@threeal threeal changed the base branch from main to js-action November 20, 2023 11:45
@threeal threeal force-pushed the js-action-configure-cmake branch 2 times, most recently from 0fa064f to a9be807 Compare November 20, 2023 13:02
@threeal threeal force-pushed the js-action-configure-cmake branch from a9be807 to 16feeec Compare November 20, 2023 13:05
@threeal
Copy link
Owner Author

threeal commented Nov 20, 2023

The run-build-usage job is not supported yet in this pull request and will be resolved later in #73.

@threeal threeal marked this pull request as ready for review November 20, 2023 13:17
@threeal threeal merged commit 48cb08d into js-action Nov 20, 2023
15 of 16 checks passed
@threeal threeal deleted the js-action-configure-cmake branch November 20, 2023 13:18
@threeal threeal self-assigned this Nov 20, 2023
@threeal threeal added the feat label Nov 20, 2023
@threeal threeal added this to the Version 2.0.0 milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure CMake From the JavaScript Action
1 participant