Skip to content

ci

ci #4

Workflow file for this run

name: ci
on:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y gcc
CC=gcc make build
- if: matrix.os == 'macos-latest'
run: make build
- run: ./ecloop -v
- run: ./ecloop add -f data/btc-puzzles-hash -r 8000:ffff -q -o /dev/null