Skip to content

MAINT: Cleanup gitignore #18

MAINT: Cleanup gitignore

MAINT: Cleanup gitignore #18

Workflow file for this run

name: "Build d-SEAMS yodaLib"
on: [push, pull_request]
jobs:
build_lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
- name: Build library with meson
shell: bash -l {0}
run: |
mkdir bbdir
meson setup bbdir
meson compile -C bbdir