Merge branch 'IPS-67'

IPS-105
Dirk Zimmermann 1 year ago
commit 55d5ac32c8

@ -46,6 +46,11 @@ pushd "${PARENT_DIR}"
git clone -b "master" https://pep-security.lu/gitlab/misc/sqlite.git
# build with Engine Xcode project
fi
PEP_TRANSPORT_DIR="${PARENT_DIR}/libpEpTransport"
if [ ! -d "${PEP_TRANSPORT_DIR}" ]; then
git clone -b "master" https://gitea.pep.foundation/pEp.foundation/libpEpTransport.git
# build with Engine Xcode project
fi
LIBETPAN_DIR="${PARENT_DIR}/libetpan"
if [ ! -d "${LIBETPAN_DIR}" ]; then
# git clone -b "master" https://gitea.pep.foundation/pep.foundation/libetpan.git

Loading…
Cancel
Save