mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-02 17:58:19 +02:00
99fe83cd5698 build: update copyright 344b3ca8ce29 build: declare meson dependency 0e0982fd327e ci: use v1 of cabuild 9d2dafc4aaa4 ci: enable matrix-mode 822e358e60bb ci: switch to new C-Util CI 45b322aa6fb4 ci: try out new cabuild workflow git-subtree-dir: src/c-stdaux git-subtree-split: 99fe83cd5698b406f1cd991989551aac299f3d29
17 lines
298 B
YAML
17 lines
298 B
YAML
name: Continuous Integration
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
ci:
|
|
name: CI with Default Configuration
|
|
uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
|
|
with:
|
|
cabuild_ref: "v1"
|
|
m32: true
|
|
matrixmode: true
|
|
valgrind: true
|