-
Notifications
You must be signed in to change notification settings - Fork 4
/
Build4D_UT.sh
14 lines (14 loc) · 1.11 KB
/
Build4D_UT.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
cd /Applications/4D\ v20.2
echo " "
echo "----------------------------------------------------------------------------------------------------------------"
echo "----------------------------------------------- Build Component ------------------------------------------------"
echo "----------------------------------------------------------------------------------------------------------------"
echo " "
./4D.app/Contents/MacOS/4D --project /Users/admin/Desktop/Build4D-dom-client-server/Build4D/Project/Build4D.4DProject --dataless --headless --user-param "build"
echo " "
echo "----------------------------------------------------------------------------------------------------------------"
echo "-------------------------------------------------- Unit Tests --------------------------------------------------"
echo "----------------------------------------------------------------------------------------------------------------"
echo " "
./4D.app/Contents/MacOS/4D --project /Users/admin/Desktop/Build4D-dom-client-server/Build4D_UnitTests/Project/Build4D_UnitTests.4DProject --dataless --headless --user-param "test"