mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
Add Address Sanitized build type
- Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
This commit is contained in:
parent
d75ee3f9ce
commit
3d209be3d6
2 changed files with 17 additions and 1 deletions
|
|
@ -6,6 +6,11 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
|
||||
env:
|
||||
- BUILD_TYPE=Release
|
||||
- BUILD_TYPE=Debug
|
||||
- BUILD_TYPE=ASAN
|
||||
|
||||
arch:
|
||||
packages:
|
||||
- cmake
|
||||
|
|
@ -19,7 +24,7 @@ arch:
|
|||
- wlc-git
|
||||
- libcap
|
||||
script:
|
||||
- "cmake ."
|
||||
- "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ."
|
||||
- "make"
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue