mirror of
https://dev.iopsys.eu/voice/tr104.git
synced 2025-12-20 01:21:51 +08:00
10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./gitlab-ci/shared.sh
|
|
|
|
echo "Installing bbfdm"
|
|
install_bbfdm
|
|
|
|
echo "Installing dependencies ..."
|
|
pip3 install ValgrindCI
|