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

set default environment variables in the CI #2424

Merged

Conversation

SimeonEhrig
Copy link
Member

  • If a required environment variable is not set via job description, set a default value to get a well defined state.
  • Implement only basic mechanism to set default environment variables, because I expect problems for some variables, which requires extra bug fixes.
  • Set CMAKE_CXX_EXTENSIONS=ON (default of CMake if not set)
  • Print environment variables also in GitHub Actions jobs.

- If a required environment variable is not set via job description, set a default value to get a well defined state.
- Implement only basic mechanism to set default environment variables, because I expect problems for some variables, which requires extra bug fixes.
- Set CMAKE_CXX_EXTENSIONS=ON (default of CMake if not set)
- Print environment variables also in GitHub Actions jobs.
@psychocoderHPC psychocoderHPC merged commit 5910e32 into alpaka-group:develop Nov 19, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants