Skip to content

Sonarr expects a dotted-decimal version number, which the tag-based v… #43

Sonarr expects a dotted-decimal version number, which the tag-based v…

Sonarr expects a dotted-decimal version number, which the tag-based v… #43

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