mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CI: Add nightly builds for the Distribution preset
This commit is contained in:
committed by
Jelle Raaijmakers
parent
b7f7f58e5f
commit
893e9e3eac
22
.github/workflows/nightly-lagom.yml
vendored
22
.github/workflows/nightly-lagom.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user