mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Meta: Add WPT in Azure CI
This commit is contained in:
parent
a414ddcbf3
commit
0677270a3e
1 changed files with 9 additions and 0 deletions
|
@ -150,6 +150,15 @@ jobs:
|
||||||
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=0'
|
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=0'
|
||||||
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'
|
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'
|
||||||
|
|
||||||
|
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
||||||
|
- script: |
|
||||||
|
./run.sh
|
||||||
|
displayName: 'WPT'
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/
|
||||||
|
env:
|
||||||
|
SERENITY_SOURCE_DIR: '$(Build.SourcesDirectory)'
|
||||||
|
QT_QPA_PLATFORM: 'offscreen'
|
||||||
|
|
||||||
- ${{ if eq(parameters.lagom_lints, true) }}:
|
- ${{ if eq(parameters.lagom_lints, true) }}:
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue