aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index 93ea182..9c123ec 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -139,7 +139,16 @@ tasks:
desc: "Packs up the project source code and creates a tarball in the builds binary directory"
vars:
TARGET_SOURCE: '{{.PROJECT_DIR}}/{{.BINARY_DIR}}/{{.PROJECT_NAME}}-src.tgz'
- SOURCE_FILES: [ CMakeLists.txt, Taskfile.yaml, src, include, license, tests, vendor, readme.md, CMakePresets.json ]
+ SOURCE_FILES:
+ CMakeLists.txt
+ Taskfile.yaml
+ src
+ include
+ license
+ tests
+ vendor
+ readme.md
+ CMakePresets.json
cmds:
#tar up the source