openpmix-src 0.1.0

Vendored build of OpenPMIx, developed for use by the Lamellar runtime.
name: CI

on: [push, pull_request]

jobs:
  mlnx:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
      with:
        submodules: recursive
    - name: Build
      uses: ./.github/actions/mlnx
      with:
        target: 'build'
    - name: Build srcrpm
      uses: ./.github/actions/mlnx
      with:
        target: 'srcrpm'
    - name: Run tests
      uses: ./.github/actions/mlnx
      with:
        target: 'test'