Skip to content

Remove obsolete FAQ.md #107

Remove obsolete FAQ.md

Remove obsolete FAQ.md #107

Workflow file for this run

name: Build/Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
OS: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: install autopoint & gettext
run: sudo apt install autopoint gettext
- name: run autoreconf
run: ./autogen.sh
- name: configure
run: ./configure --enable-all-extensions --with-included-regex
- name: make
run: make
- name: make check
run: make check