Skip to content

Commit

Permalink
ci: add macos-latest test
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jul 12, 2024
1 parent cdcc74b commit 9415c60
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit 9415c60

Please sign in to comment.