CQtDeployer/snapBuild.sh

14 lines
184 B
Bash
Raw Permalink 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
2018-09-22 16:35:20 +03:00
2018-09-22 16:54:52 +03:00
snapcraft clean cqtdeployer -s pull
2018-09-22 16:35:20 +03:00
snapcraft