]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Testing] Add mod_portaudio, mod_redis, mod_skinny to scan-build on Drone 520/head
authorAndrey Volk <andywolk@gmail.com>
Sat, 21 Mar 2020 11:37:14 +0000 (15:37 +0400)
committerAndrey Volk <andywolk@gmail.com>
Sun, 22 Mar 2020 10:57:29 +0000 (14:57 +0400)
.drone.yml

index fd0d063ec31d45552a964b532d66db7ef15e4e07..6633204592bc27f92501562e36f261a7208d5bef 100644 (file)
@@ -83,10 +83,7 @@ steps:
       - sed -i '/mod_cv/s/^/#/g' modules.conf
       - sed -i '/mod_erlang_event/s/^/#/g' modules.conf
       - sed -i '/mod_perl/s/^/#/g' modules.conf
-      - sed -i '/mod_portaudio/s/^/#/g' modules.conf
-      - sed -i '/mod_redis/s/^/#/g' modules.conf
       - sed -i '/mod_rtmp/s/^/#/g' modules.conf
-      - sed -i '/mod_skinny/s/^/#/g' modules.conf
       - sed -i '/mod_unimrcp/s/^/#/g' modules.conf
       - sed -i '/mod_xml_rpc/s/^/#/g' modules.conf
       - ./configure
@@ -120,6 +117,6 @@ trigger:
 
 ---
 kind: signature
-hmac: cddd8905a309e3deb7e5859b11aa1ec3593410d9f32ce2f5de3a3557af88f80f
+hmac: d354f6d232ae6417b539fb9b40fc15765c3247ab58c87a5135a0ac6c448e1cd0
 
 ...