mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
CI: Add nightly Swift jobs for both Linux and macOS
This commit is contained in:
parent
32105dd018
commit
aa7d279a75
1 changed files with 14 additions and 0 deletions
14
.github/workflows/nightly-lagom.yml
vendored
14
.github/workflows/nightly-lagom.yml
vendored
|
@ -46,6 +46,20 @@ jobs:
|
|||
toolchain: 'Clang'
|
||||
clang_plugins: false
|
||||
|
||||
- os_name: 'Linux'
|
||||
os: ubuntu-24.04
|
||||
arch: 'x86_64'
|
||||
build_preset: 'Sanitizer_CI'
|
||||
toolchain: 'Swift'
|
||||
clang_plugins: false
|
||||
|
||||
- os_name: 'macOS'
|
||||
os: macos-15
|
||||
arch: 'arm64'
|
||||
build_preset: 'Sanitizer_CI'
|
||||
toolchain: 'Swift'
|
||||
clang_plugins: false
|
||||
|
||||
uses: ./.github/workflows/lagom-template.yml
|
||||
with:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
|
Loading…
Add table
Reference in a new issue