Skip to content

Use ftruncate(2) instead of posix_fallocate(2) on OpenBSD #49

Use ftruncate(2) instead of posix_fallocate(2) on OpenBSD

Use ftruncate(2) instead of posix_fallocate(2) on OpenBSD #49

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: develop
- name: automake
run: autoreconf --install
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck