Skip to content

Enable Github actions #5

Enable Github actions

Enable Github actions #5

Workflow file for this run

name: ckpool-solo CI
on:
push:
branches: [ "solobtc" ]
pull_request:
branches: [ "solobtc" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make