Skip to content

Align shlibpp with the version vendored in blockfactory and add support for loading plugins by looking in SHLIBPP_PLUGIN_PATH env variable #3

Align shlibpp with the version vendored in blockfactory and add support for loading plugins by looking in SHLIBPP_PLUGIN_PATH env variable

Align shlibpp with the version vendored in blockfactory and add support for loading plugins by looking in SHLIBPP_PLUGIN_PATH env variable #3

Workflow file for this run

name: Run tests with pixi
on:
workflow_dispatch:
pull_request:
jobs:
pixi-test:
name: '[pixi:${{ matrix.os }}]'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [
ubuntu-22.04,
macos-latest,
windows-2019
]
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
run-install: true
cache: false
- name: Print pixi info
run: pixi info
- name: Build and test the project
run: pixi run test