aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index bd45655..0d73872 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -14,6 +14,17 @@ vars:
RELEASE_DIR: "./bin/release/{{.TARGET_FRAMEWORK}}/publish"
tasks:
+
+ dev-setup:
+ desc: 'Sets up all native libraries for local development'
+ cmds:
+ #build native libs for development
+ - cd lib/Utils.Memory/vnlib_rpmalloc && task build
+ - cd lib/Utils.Memory/vnlib_mimalloc && task build
+ - cd lib/Utils.Cryptography/monocypher && task build
+ - cd lib/Utils.Cryptography/argon2 && task build
+ - cd lib/Net.Compression/vnlib_compress && task build
+ - echo "dev setup complete"
#when build succeeds, archive the output into a tgz
postbuild_success: