aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
blob: cfb81fef8a948a0cc80c27a4def92c445a33d6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Build
on:
  push:
    branches:
      - master
  pull_request:
    types: [opened, synchronize, reopened]
jobs:
  sonarcloud:
    name: SonarCloud
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0  # Shallow clones should be disabled for a better relevancy of analysis
      - name: Configure
        run: ./autogen.sh
      - name: Build
        run: make