]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_openh264] Enable build on Drone. 638/head
authorAndrey Volk <andywolk@gmail.com>
Fri, 15 May 2020 18:44:19 +0000 (22:44 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 15 May 2020 18:44:19 +0000 (22:44 +0400)
.drone.yml

index 6633204592bc27f92501562e36f261a7208d5bef..0f7ddbe65941e9ab881c04e4f9d5b470847db30b 100644 (file)
@@ -13,6 +13,7 @@ steps:
       - cat /proc/sys/kernel/core_pattern
       - ./bootstrap.sh -j
       - echo "applications/mod_test" >> modules.conf
+      - echo 'codecs/mod_openh264' >> modules.conf
       - sed -i '/applications\/mod_http_cache/s/^#//g' modules.conf
       - sed -i '/event_handlers\/mod_rayo/s/^#//g' modules.conf
       - sed -i '/formats\/mod_opusfile/s/^#//g' modules.conf
@@ -66,6 +67,7 @@ steps:
       - ./bootstrap.sh -j
       - cp build/modules.conf.most modules.conf
       #Enable/Uncomment mods
+      - echo 'codecs/mod_openh264' >> modules.conf
       - sed -i "/mod_mariadb/s/^#//g" modules.conf
       - sed -i "/mod_v8/s/^#//g" modules.conf
       #Disable/Comment out mods
@@ -117,6 +119,6 @@ trigger:
 
 ---
 kind: signature
-hmac: d354f6d232ae6417b539fb9b40fc15765c3247ab58c87a5135a0ac6c448e1cd0
+hmac: 4972b54c20a23506bbcbd29b9386784c7feb08993f26661c6fb495ed01681ea9
 
 ...