Skip to content

TEST BRANCH ONLY -- do not merge: point CI at the KEnRef DD-guard branch #12

TEST BRANCH ONLY -- do not merge: point CI at the KEnRef DD-guard branch

TEST BRANCH ONLY -- do not merge: point CI at the KEnRef DD-guard branch #12

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
# on CI, better dump stack trace in case there is an error
PLUMED_STACK_TRACE: yes
# use two threads for openMP tests
PLUMED_NUM_THREADS: 2
# these are used to build required packages
CC: gcc
CXX: g++
jobs:
linux:
uses: ./.github/workflows/linuxWF.yml
secrets: inherit
codecheck:
uses: ./.github/workflows/codecheckWF.yml
secrets: inherit
permissions:
contents: read
security-events: write
mac:
uses: ./.github/workflows/macWF.yml
secrets: inherit
python:
uses: ./.github/workflows/pythonWF.yml
secrets: inherit
docker:
uses: ./.github/workflows/dockerWF.yml
secrets: inherit
conda:
uses: ./.github/workflows/condaWF.yml
secrets: inherit