Skip to content

Add a safety check for unportable realloc() #20

Add a safety check for unportable realloc()

Add a safety check for unportable realloc() #20

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