Merge pull request #638 from signalwire/openh264_drone
[mod_openh264] Enable build on Drone.
This commit is contained in:
commit
e1f63ce5b1
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue