Skip to content

J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Fuga VI #214

J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Fuga VI

J.S. Bach: Das wohltemperierte Klavier – Erster Teil: Fuga VI #214

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- '**.md'
- AUTHORS
- VERSION
- lyinit/**/*
pull_request:
types: [assigned, edited, opened, synchronize, reopened]
jobs:
build-checks:
runs-on: ubuntu-latest
container: 'fedora:39'
steps:
- uses: actions/checkout@v2
- id: install_deps
run: |
dnf -y update
dnf -y install autoconf automake bzip2 lilypond make xz
- id: configure
run: |
autoreconf --install
./configure
- id: make_dist
run: |
make dist
- id: make
run: |
make