Skip to content

Add C and Python API for LDMS Schema info access #2559

Add C and Python API for LDMS Schema info access

Add C and Python API for LDMS Schema info access #2559

Workflow file for this run

name: Test "make dist"
on:
push:
branches: [ OVIS-4 ]
pull_request:
branches: [ OVIS-4 ]
jobs:
build:
# Make sure that create-release.yaml has the same "runs-on" and
# "container" as used here.
runs-on: ubuntu-20.04
container:
image: ovishpc/ovis-ubuntu-build
steps:
- uses: actions/checkout@v3
- name: autogen
run: sh autogen.sh
- name: configure
run: ./configure
- name: make dist
run: make dist