steps:
- name: bootstrap
image: signalwire/freeswitch-public-base
- pull: true
+ pull: always
commands:
- cat /proc/sys/kernel/core_pattern
- ./bootstrap.sh -j
- name: configure
image: signalwire/freeswitch-public-base
- pull: true
+ pull: always
commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
- name: build
image: signalwire/freeswitch-public-base
- pull: true
+ pull: always
commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
- name: run-tests
image: signalwire/freeswitch-public-base
- pull: true
+ pull: always
commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
- name: notify
image: signalwire/drone-notify
- pull: true
+ pull: always
environment:
SLACK_WEBHOOK_URL:
from_secret: slack_webhook_url
steps:
- name: bootstrap
image: signalwire/freeswitch-public-base:stretch
- pull: true
+ pull: always
commands:
- ./bootstrap.sh -j
- name: configure
image: signalwire/freeswitch-public-base:stretch
- pull: true
+ pull: always
commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
- name: scan-build
image: signalwire/freeswitch-public-base:stretch
- pull: true
+ pull: always
commands:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -yq remove libspandsp-dev
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libsofia-sip-ua-dev libspandsp3-dev
- name: notify
image: signalwire/drone-notify
- pull: true
+ pull: always
environment:
SLACK_WEBHOOK_URL:
from_secret: slack_webhook_url
---
kind: signature
-hmac: af77439b382612b49140cb95f04d6d695e0a188c411ae227abcba205bf96bab9
+hmac: bc24832140c40a8fde4bb04bd6bcce43029bf1641ed4acc3585fe52049ae24dc
...