mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-13 03:32:22 -04:00
start of integration test
This commit is contained in:
parent
7e9254faac
commit
87735dfb8e
147 changed files with 5787 additions and 15 deletions
|
@ -6,11 +6,11 @@ get_abs_filename() {
|
|||
}
|
||||
|
||||
# Veilid location
|
||||
VEILIDDIR=$(get_abs_filename "$SCRIPTDIR/../../veilid")
|
||||
VEILIDDIR=$(get_abs_filename "$(git rev-parse --show-toplevel)/../veilid")
|
||||
if [ ! -d "$VEILIDDIR" ]; then
|
||||
echo 'Veilid git clone needs to be at $VEILIDDIR'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# VeilidChat location
|
||||
VEILIDCHATDIR=$(get_abs_filename "$SCRIPTDIR/../../veilid")
|
||||
# App location
|
||||
APPDIR=$(git rev-parse --show-toplevel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue