Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 4, 2026

Implements GitHub Actions workflow to verify the software builds correctly using the documented installation steps from INSTALL.md.

Changes

  • .github/workflows/build.yml: CI workflow that runs on push/PR to master/main
    • Installs build dependencies (g++, make, automake, autoconf, libtool, gfortran)
    • Generates configure script via make -f Makefile.git
    • Configures with ./configure --without-lapack
    • Builds with make -j 4
    • Includes explicit contents: read permission per security best practices

The workflow uses --without-lapack to avoid LAPACK/BLAS dependencies in CI while still validating the core build process.

Original prompt

Add a CI workflow. It should check that the software builds using the instructions in INSTALL.md


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

Copilot AI and others added 2 commits January 4, 2026 21:13
Co-authored-by: tmolteno <85630+tmolteno@users.noreply.github.com>
Co-authored-by: tmolteno <85630+tmolteno@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CI workflow to check software builds Add CI workflow for automated build verification Jan 4, 2026
Copilot AI requested a review from tmolteno January 4, 2026 21:16
@tmolteno tmolteno marked this pull request as ready for review January 4, 2026 23:48
@tmolteno tmolteno merged commit bc9aace into master Jan 4, 2026
1 check 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.

2 participants