Travis build fix

This commit is contained in:
pokamest 2022-08-20 00:51:57 +03:00
parent 35165ba2b8
commit b5f97c0d94
2 changed files with 24 additions and 19 deletions

View file

@ -39,9 +39,8 @@ $QT_BIN_DIR/qmake -v
# Build App
echo "Building App..."
cd PROJECT_DIR=$(pwd)/client
./scripts/apple_compile.sh ios
cd $PROJECT_DIR/client
$PROJECT_DIR/client/scripts/apple_compile.sh ios
# Build and run tests here