Skip to content

ci: add macos-latest test #1

ci: add macos-latest test

ci: add macos-latest test #1

Workflow file for this run

name: CI
on:
push:
branches:
- apple-stack
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: deps
run: brew install automake libtool boost pkg-config libevent berkeley-db@4
- name: build
run: |
./autogen.sh
./configure
make -j3 src/elementsd
- name: test
run: ./test/functional/feature_issuance.py