Skip to content

Add GitHub Actions workflow documenting MeshKernel build environment setup#521

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/add-copilot-setup-workflow
Draft

Add GitHub Actions workflow documenting MeshKernel build environment setup#521
Copilot wants to merge 2 commits intomasterfrom
copilot/add-copilot-setup-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 20, 2026

Created .github/workflows/copilot-setup-steps.yml to document the complete build environment setup for MeshKernel, serving as executable documentation for developers and Copilot.

Detected Stack

  • C++20 with CMake 3.23+ build system
  • Python 3.x for utility scripts (benchmark processing, CI automation)
  • PowerShell for cross-platform dependency installation

Setup Actions Configured

  • Compiler: GCC 12 (C++20 support required)
  • Build system: CMake via jwlawson/actions-setup-cmake@v2
  • System dependencies: Boost (libboost-all-dev), Doxygen
  • Language runtimes: Python via actions/setup-python@v5, PowerShell
  • External dependencies: NetCDF built from source using repository's install_netcdf_static.ps1

Permissions

Set to minimal contents: read only.

Workflow Structure

16 documented steps from checkout through build/test, each with inline explanations of purpose and technical requirements. Manually triggered via workflow_dispatch for reference and validation purposes.

Original prompt

“Generate .github/workflows/copilot-setup-steps.yml for this repository. Detect language(s), choose the right setup actions, and preinstall all dependencies. Add minimal permissions and explain each step.”


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: ScottWillcox <54632073+ScottWillcox@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Copilot setup workflow for repository Add GitHub Actions workflow documenting MeshKernel build environment setup Jan 20, 2026
Copilot AI requested a review from ScottWillcox January 20, 2026 13:50
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.

2 participants