Skip to content

Fix Galois field operations and add reference counting for table init… #7

Fix Galois field operations and add reference counting for table init…

Fix Galois field operations and add reference counting for table init… #7

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make test
run: make test