File: build.yml

package info (click to toggle)
xchpst 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ansic: 3,220; sh: 75; makefile: 51
file content (17 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: (c) Copyright 2024 Andrew Bower <andrew@bower.uk>

name: "Quick checks"

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: prep
        run: sudo apt-get install -y libcap-dev
      - name: checkout
        uses: actions/checkout@v4
      - name: build
        run: make