NetworkManager/.github/workflows/ci.yml
Thomas Haller 722510b73d Squashed 'shared/c-list/' changes from 2e4b605c6217..ac7c83139821
ac7c83139821 ci: switch to c-util automation
6c53ef1c0066 ci: switch to github-actions
b1cd4dbf967d Fix assignment instead of comparison
50e67beedbd9 ci: drop broken armv7hl

git-subtree-dir: shared/c-list
git-subtree-split: ac7c831398219acd8d63038e866035a6f86f9e21
2020-06-03 21:59:32 +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