Skip to content

Update the CI to use release 2.9 that this build against. #6

Update the CI to use release 2.9 that this build against.

Update the CI to use release 2.9 that this build against. #6

Workflow file for this run

name: Build
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
container: gitlab-registry.cern.ch/muon-collider/mucoll-deploy/mucoll:2.9-alma9
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Build Source Code
run: |
source /opt/setup_mucoll.sh
cmake -S. -Bbuild
cmake --build build