1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:57:44 +00:00

CI: Build and test SerenityOS with the Clang toolchain on Azure

This commit is contained in:
Timothy Flynn 2021-08-16 13:20:54 -04:00 committed by Linus Groh
parent 5eba8c948d
commit 3ce6f26924
4 changed files with 118 additions and 0 deletions

View file

@ -10,3 +10,11 @@ jobs:
parameters:
os: 'macOS'
allow_test_failures: true
- template: Meta/Azure/Serenity.yml
parameters:
arch: 'i686'
- template: Meta/Azure/Serenity.yml
parameters:
arch: 'x86_64'