ENH: Remove lua bindings #44
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |