NetworkManager/.github/workflows/ci.yml
Thomas Haller adea439ed2 Squashed 'shared/c-siphash/' changes from 7c42c5925819..996b79578d94
996b79578d94 ci: switch to c-util automation
2d159c7da1d5 ci: switch to github-actions
191416c20ec1 ci: drop broken armv7hl
719b1b0138a2 build: update submodules

git-subtree-dir: shared/c-siphash
git-subtree-split: 996b79578d94a6569c42aae1bf806e63b8c6fa9a
2020-06-03 22:09:14 +02:00

21 lines
371 B
YAML

name: Continuous Integration
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
name: CI with Default Configuration
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v2
- name: Run through C-Util CI
uses: c-util/automation/src/ci-c-util@v1
with:
m32: 1
valgrind: 1