Skip to content

CI: test on Debian trixie #5

CI: test on Debian trixie

CI: test on Debian trixie #5

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
VERBOSE: 1
jobs:
build-test-debian-trixie:
name: Test on Debian trixie
runs-on: ubuntu-latest
container: ghcr.io/pwmt/github-actions-debian:trixie
steps:
- uses: actions/checkout@v4

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Build and test
- mkdir build
- cd build
- meson ..
- ninja --verbose
- ninja test --verbose