Skip to content

Continuous Integration #1436

Continuous Integration

Continuous Integration #1436

Workflow file for this run

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
mesonargs: '-Daudit=true -Ddocs=true'
ci-valgrind:
name: Minimal CI Through Valgrind
uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
with:
cabuild_ref: "v1"
matrixmode: true
mesonargs: '-Dlauncher=false'
valgrind: true