mirror of https://github.com/qt/qt5.git
Introduce ASAN build for qtdeclarative
Fixes: QTQAINFRA-5755 Change-Id: I9fe2df9810baa793f2b063f09e2fec2e9786acd0 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
68e8df875d
commit
64bb2e7480
|
@ -3,6 +3,7 @@ Include: [
|
|||
cmake_platforms.yaml,
|
||||
integrity.yaml,
|
||||
ios-tests.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
cmake_platforms_static_tests.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
Loading…
Reference in New Issue