|
14 | 14 | image: signalwire/freeswitch-public-base
|
15 | 15 | pull: true
|
16 | 16 | commands:
|
17 |
| - - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp-dev |
| 17 | + - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev |
| 18 | + - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev |
18 | 19 | - echo "applications/mod_test" >> modules.conf
|
19 | 20 | - echo 'codecs/mod_openh264' >> modules.conf
|
20 | 21 | - sed -i '/applications\\/mod_http_cache/s/^#//g' modules.conf
|
|
28 | 29 | image: signalwire/freeswitch-public-base
|
29 | 30 | pull: true
|
30 | 31 | commands:
|
31 |
| - - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp-dev |
| 32 | + - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev |
| 33 | + - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev |
32 | 34 | - echo '#!/bin/bash\nmake -j`nproc --all` |& tee ./unit-tests-build-result.txt\nexitstatus=$${PIPESTATUS[0]}\necho $$exitstatus > ./build-status.txt\n' > build.sh
|
33 | 35 | - chmod +x build.sh
|
34 | 36 | - ./build.sh
|
|
37 | 39 | image: signalwire/freeswitch-public-base
|
38 | 40 | pull: true
|
39 | 41 | commands:
|
40 |
| - - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp-dev |
| 42 | + - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev |
| 43 | + - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev |
41 | 44 | - make install || true
|
42 | 45 | - cd tests/unit
|
43 | 46 | - ./run-tests.sh
|
|
83 | 86 | image: signalwire/freeswitch-public-base:stretch
|
84 | 87 | pull: true
|
85 | 88 | commands:
|
86 |
| - - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp-dev |
| 89 | + - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev |
| 90 | + - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev |
87 | 91 | - cp build/modules.conf.most modules.conf
|
88 | 92 | #Enable/Uncomment mods
|
89 | 93 | - echo 'codecs/mod_openh264' >> modules.conf
|
@@ -113,7 +117,8 @@ steps:
|
113 | 117 | image: signalwire/freeswitch-public-base:stretch
|
114 | 118 | pull: true
|
115 | 119 | commands:
|
116 |
| - - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp-dev |
| 120 | + - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev |
| 121 | + - DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev |
117 | 122 | - mkdir -p scan-build
|
118 | 123 | - echo '#!/bin/bash\nscan-build-4.0 -o ./scan-build/ make -j`nproc --all` |& tee ./scan-build-result.txt\nexitstatus=$${PIPESTATUS[0]}\necho $$exitstatus > ./scan-build-status.txt\n' > scan.sh
|
119 | 124 | - chmod +x scan.sh
|
@@ -144,6 +149,6 @@ trigger:
|
144 | 149 |
|
145 | 150 | ---
|
146 | 151 | kind: signature
|
147 |
| -hmac: c48137f0dee8c2825711979e2c490367a2467a92866d3dfa11cf340a113dbf53 |
| 152 | +hmac: 847aeb3791f682fe44b2e401a7a2b6ebbf06830e67046745459a31b32a7da2f3 |
148 | 153 |
|
149 | 154 | ...
|
0 commit comments