Skip to content

apply most patches in chw's repository #26

apply most patches in chw's repository

apply most patches in chw's repository #26

Workflow file for this run

name: Mac CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
brew update
brew install tcl-tk autoconf curl
- name: configure
run: |
autoreconf -vi
./configure --with-tcl=/opt/homebrew/opt/tcl-tk/lib --prefix=/usr/local
- name: make
run: make
- name: install
run: sudo make install
- name: test
run: make test