Skip to content

Upd ver and changelog; applied path by Helmut Grohne #26

Upd ver and changelog; applied path by Helmut Grohne

Upd ver and changelog; applied path by Helmut Grohne #26

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install -y libpcre2-dev valgrind
- name: Run tests
run: |
cd ./Release/
make test
- name: Compile code
run: |
cd ./Release/
CFLAGS="-Werror -Winline -std=gnu89" make