CI: Add nightly builds for the Distribution preset

This commit is contained in:
Andrew Kaster 2025-01-20 08:23:39 -07:00 committed by Jelle Raaijmakers
parent b7f7f58e5f
commit 893e9e3eac
Notes: github-actions[bot] 2025-02-21 11:06:18 +00:00

View file

@ -24,6 +24,28 @@ jobs:
toolchain: ['Clang']
clang_plugins: [false]
include:
- os_name: 'Linux'
os: ubuntu-24.04
arch: 'x86_64'
build_preset: 'Distribution_CI'
toolchain: 'GNU'
clang_plugins: false
- os_name: 'macOS'
os: macos-15
arch: 'arm64'
build_preset: 'Distribution_CI'
toolchain: 'Clang'
clang_plugins: false
- os_name: 'Linux'
os: ubuntu-24.04-arm
arch: 'arm64'
build_preset: 'Distribution_CI'
toolchain: 'Clang'
clang_plugins: false
uses: ./.github/workflows/lagom-template.yml
with:
toolchain: ${{ matrix.toolchain }}