Skip to content

Merge remote-tracking branch 'upstream/main' into new_stdnames #1

Merge remote-tracking branch 'upstream/main' into new_stdnames

Merge remote-tracking branch 'upstream/main' into new_stdnames #1

Workflow file for this run

name: build
on:
push:
pull_request:
types: [opened, reopened]
jobs:
test_micm_api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build Docker image
run: docker build -t musica -f test/docker/Dockerfile.musica .
- name: run tests in container
run: docker run --name test-container -t musica bash -c 'ctest'