aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-07-23 19:55:13 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-07-23 19:55:13 -0400
commit54f520e4bfc0fe23e2719d44b09739aa8709451c (patch)
tree4173d4f7e8205dc175f8a1d26e0c0b00c72aa907 /Taskfile.yaml
parent12feb33dba2061415d6f39fa59dec16fafcda2a0 (diff)
latest changes
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