empty task check
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
+ fixed bugs in `--new-project`
|
+ fixed bugs in `--new-project`
|
||||||
+ updated `.gitignore`
|
+ updated `.gitignore`
|
||||||
+ added `pwd` call to `valgrind` task in config
|
+ added `pwd` call to `valgrind` task in config
|
||||||
|
+ added `""` empty task check in config
|
||||||
|
|
||||||
# 2.0.0
|
# 2.0.0
|
||||||
+ updated setup.sh to do system-wide installation
|
+ updated setup.sh to do system-wide installation
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ case "$TASK" in
|
|||||||
;;
|
;;
|
||||||
# executes $EXEC_FILE with valgrind memory checker
|
# executes $EXEC_FILE with valgrind memory checker
|
||||||
valgrind)
|
valgrind)
|
||||||
VALGRIND_ARGS="-s --read-var-info=yes --track-origins=yes --fullpath-after=$(pwd)/ --leak-check=full --show-leak-kinds=all"
|
VALGRIND_ARGS="-s --read-var-info=yes --track-origins=yes --fullpath-after=$(pwd) --leak-check=full --show-leak-kinds=all"
|
||||||
TASK_SCRIPT=cbuild/default_tasks/valgrind.sh
|
TASK_SCRIPT=cbuild/default_tasks/valgrind.sh
|
||||||
;;
|
;;
|
||||||
# generates profiling info
|
# generates profiling info
|
||||||
@@ -177,7 +177,7 @@ case "$TASK" in
|
|||||||
TASK_SCRIPT=cbuild/default_tasks/clean.sh
|
TASK_SCRIPT=cbuild/default_tasks/clean.sh
|
||||||
;;
|
;;
|
||||||
# nothing to do
|
# nothing to do
|
||||||
no_task)
|
"" | no_task)
|
||||||
;;
|
;;
|
||||||
# unknown task
|
# unknown task
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user