Skip to content

Rename remaining crac -> cfac functions #18

Rename remaining crac -> cfac functions

Rename remaining crac -> cfac functions #18

Workflow file for this run

name: Make CI
on:
push:
branches: [ master ]
paths-ignore:
- 'site/**'
pull_request:
branches: [ master ]
paths-ignore:
- 'site/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: requirements
run: |
sudo apt update
sudo apt -y install libgsl-dev libsqlite3-dev doxygen texlive-latex-base texlive-latex-extra
- name: pre-configure
run: make ./configure || echo
- name: configure
run: echo yes | ./configure --with-cpc-modules
- name: make
run: make
- name: make check
run: make check