Skip to content

Standardize handling of directories and paths in ci_steps.yml #2066

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

Merged
merged 2 commits into from
Jul 31, 2025

Conversation

cary-ilm
Copy link
Member

@cary-ilm cary-ilm commented Jun 16, 2025

Rather than explicitly stating each step's working directory, use use BUILD_DIR and INSTALL_DIR env vars. It's easier to follow this way.

Also, Windows requires explicitly setting the PATH before running ctest and before executing the website example. Set OPENEXR_PATH to have the necessary components. Because the PATH can get modified internally by GitHub actions, it's easiest to gather the path setting into a variable and set it explicitly just before execution.

This also renames the "ubuntu" install manifests to "linux".

This also adds a check to the step that builds the website example to validate that exrinfo produces the expected results.

Website preview: https://openexr--2066.org.readthedocs.build/en/2066/

Rather than explicitly stating each step's working directory, use use
BUILD_DIR and INSTALL_DIR env vars. It's easier to follow this way.

Also, Windows requires explicitly setting the PATH before running
ctest and before executing the website example. Set OPENEXR_PATH to
have the necessary components. Because the PATH can get modified
internally by GitHub actions, it's easiest to gather the path setting
into a variable and set it explicitly just before execution.

This also renames the "ubuntu" install manifests to "linux".

Signed-off-by: Cary Phillips <[email protected]>
@cary-ilm cary-ilm merged commit 9dd63df into AcademySoftwareFoundation:main Jul 31, 2025
41 checks passed
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