mirror of
https://dev.iopsys.eu/bbf/userinterface.git
synced 2026-01-14 12:33:48 +00:00
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Install dependencies for functional test"
|
|
pwd
|
|
|
|
source ./gitlab-ci/shared.sh
|
|
|
|
# install bbfdm
|
|
install_bbfdm
|