]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Unit-tests] Enable address sanitizer when running tests. 211/head
authorAndrey Volk <andywolk@gmail.com>
Tue, 7 Jan 2020 19:34:52 +0000 (23:34 +0400)
committerAndrey Volk <andywolk@gmail.com>
Wed, 8 Jan 2020 18:27:40 +0000 (22:27 +0400)
.drone.yml

index a8be756006c1891284f93dbc1b3897b7db809c8b..95fe81a95a020650988249add892bd0b257ced9f 100644 (file)
@@ -10,7 +10,8 @@ steps:
       - cat /proc/sys/kernel/core_pattern
       - ./bootstrap.sh -j
       - echo "applications/mod_test" >> modules.conf
-      - ./configure
+      - export ASAN_OPTIONS=log_path=stdout;
+      - ./configure --enable-address-sanitizer
       - echo "#!/bin/bash\nmake -j`nproc --all` |& tee ./unit-tests-build-result.txt\nexitstatus=\${PIPESTATUS[0]}\necho \$exitstatus > ./build-status.txt\nmake install\n" > build.sh
       - chmod +x build.sh
       - ./build.sh
@@ -44,6 +45,6 @@ trigger:
   - push
 ---
 kind: signature
-hmac: ee1de4cb1fa925cf61ac67c76c54d553e4376b3a828480d39ce99a67fabae298
+hmac: 5ebcc916118f95811470ed7e622a2acb71e84790e33f9b172c04fe3e119d78fe
 
 ...