Skip to content

add gitlab ci

add gitlab ci #2

Workflow file for this run

name: bluez-helper-ci
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ubuntu-gcc-make:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt install build-essential libglib2.0-dev
- run: make