Skip to content

plugin: actually implement plugin_get_export() #9

plugin: actually implement plugin_get_export()

plugin: actually implement plugin_get_export() #9

name: DeforaOS C CI (ubuntu-latest)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make tests
run: make tests
- name: make distcheck
run: make distcheck