Skip to content

Update fswatch man page with up to date filtering behaviour #106

Update fswatch man page with up to date filtering behaviour

Update fswatch man page with up to date filtering behaviour #106

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update-pkgs
run: sudo apt-get -y update
- name: install-autotools
run: sudo apt-get install -y git autoconf automake gettext autopoint libtool make g++ texinfo curl
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check