Skip to content

Merge pull request #243 from easycaller-gbouzas/master #65

Merge pull request #243 from easycaller-gbouzas/master

Merge pull request #243 from easycaller-gbouzas/master #65

Workflow file for this run

name: Build macos
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: LDFLAGS="-L/usr/local/opt/readline/lib" CPPFLAGS="-I/usr/local/opt/readline/include" ./configure
- name: make
run: LDFLAGS="-L/usr/local/opt/readline/lib" CPPFLAGS="-I/usr/local/opt/readline/include" make