mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
CI: Add nightly builds for the Distribution preset
This commit is contained in:
parent
b7f7f58e5f
commit
893e9e3eac
Notes:
github-actions[bot]
2025-02-21 11:06:18 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/893e9e3eacd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3321 Reviewed-by: https://github.com/gmta ✅
1 changed files with 22 additions and 0 deletions
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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue