Skip to content

macautotool

macautotool #22

Workflow file for this run

name: macautotool
on:
workflow_dispatch:
permissions: read-all
jobs:
macos_autotools:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: tools
run: brew install automake libtool
- name: aclocal
run: aclocal
- name: autoreconf
run: autoreconf --warnings=all -vif
- name: config
run: ./configure --enable-dwarfexample --enable-wall
- name: make
run: |
make
make check