CQtDeployer/snapBuild.sh

10 lines
136 B
Bash
Raw Normal View History

2018-09-15 11:49:26 +03:00
#!/bin/bash
BASE_DIR=$(dirname $0)
2018-09-20 16:53:08 +03:00
echo "clean build dir"
rm -rfd $BASE_DIR/build
2018-09-15 11:49:26 +03:00
2018-09-20 16:53:08 +03:00
echo "Start static build"
$BASE_DIR/staticBuild.sh