Run linux CI in Debian 12 container #42
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and test all platforms | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
- .clang-format | |
- .dockerignore | |
- .gitignore | |
- docker-compose.yml | |
- Dockerfile | |
workflow_dispatch: | |
jobs: | |
linux: | |
permissions: | |
contents: read | |
uses: ./.github/workflows/linux.yml | |
macos: | |
permissions: | |
contents: read | |
uses: ./.github/workflows/macos.yml | |
windows: | |
permissions: | |
contents: read | |
uses: ./.github/workflows/windows.yml |