summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: a16392e588cfc772bc771d0e433e4cae2283f4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Test workflow

on:
  push:
    branches: [ $default-branch ]
  pull_request:
    branches: [ $default-branch ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - run: ./autogen.sh
    - run: ./configure
    - run: make
    - run: make check