mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
16 lines
No EOL
339 B
Bash
Executable file
16 lines
No EOL
339 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "install dependencies for unit-test script"
|
|
pwd
|
|
|
|
source ./gitlab-ci/shared.sh
|
|
|
|
# install uspd
|
|
cd /opt/dev
|
|
rm -rf uspd
|
|
exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/uspd.git
|
|
cd /opt/dev/uspd
|
|
exec_cmd ./gitlab-ci/install-dependencies.sh
|
|
exec_cmd ./gitlab-ci/setup.sh
|
|
exec_cmd make
|
|
exec_cmd cp uspd /usr/sbin/uspd |