Skip to content

Port Travis CI matrix to GitHub Actions - #682

Open
jeffhammond wants to merge 1 commit into
ParRes:mainfrom
jeffhammond:github-ci-support
Open

jeffhammond wants to merge 1 commit into
ParRes:mainfrom
jeffhammond:github-ci-support

Conversation

@jeffhammond

Copy link
Copy Markdown
Member

Replace the minimal makefile.yml (single Linux/gcc job per target) with a full matrix mirroring .travis.yml: os x compiler x PRK_TARGET, using the same ci/install-deps.sh and ci/build-run-prk.sh scripts Travis called, plus the same os/compiler exclusions for the currently-active targets (allserial, allc1z, allcxx, allpython, alljulia, allfortran). Targets Travis had disabled are kept as comments rather than ported to working jobs. Also fixes the trigger branch (was "default", which does not exist in this repo; now "main") so the workflow actually runs.

Replace the minimal makefile.yml (single Linux/gcc job per target) with
a full matrix mirroring .travis.yml: os x compiler x PRK_TARGET, using
the same ci/install-deps.sh and ci/build-run-prk.sh scripts Travis
called, plus the same os/compiler exclusions for the currently-active
targets (allserial, allc1z, allcxx, allpython, alljulia, allfortran).
Targets Travis had disabled are kept as comments rather than ported to
working jobs. Also fixes the trigger branch (was "default", which does
not exist in this repo; now "main") so the workflow actually runs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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