aboutsummaryrefslogtreecommitdiff
path: root/ci/release.taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-13 18:01:10 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-13 18:01:10 -0400
commitac4f7f1140bd0e54cc905ae81a15a2d066d1a194 (patch)
tree1bc6274d05c451addb024326639ccedd617a80b1 /ci/release.taskfile.yaml
parentc2abbf9a2c8d430d619199d6e5eeff256dd44678 (diff)
Squashed commit of the following:HEADmaster
commit 7dd996ccfacf77bed1bb9d696324bce403ff0226 Author: vnugent <public@vaughnnugent.com> Date: Fri Sep 13 13:51:43 2024 -0400 chore(app): Package updates & readme commit f0d91ad12e3a01118357b0cbf2aabbcd7464028f Author: vnugent <public@vaughnnugent.com> Date: Wed Jul 24 18:25:07 2024 -0400 chore: package updates & compose build commit 32ec903006813469e48824c6b20d33df0fc518ba Author: vnugent <public@vaughnnugent.com> Date: Mon Jun 24 17:46:01 2024 -0400 fix missing parenthasese for content length param commit bb585ffb388161258cf3ad61c390eca8beadf4e3 Merge: 5dc6dec 18e6823 Author: vnugent <public@vaughnnugent.com> Date: Mon Jun 24 17:35:18 2024 -0400 Merge branch 'master' into develop
Diffstat (limited to 'ci/release.taskfile.yaml')
-rw-r--r--ci/release.taskfile.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ci/release.taskfile.yaml b/ci/release.taskfile.yaml
index 549ee8c..41fec61 100644
--- a/ci/release.taskfile.yaml
+++ b/ci/release.taskfile.yaml
@@ -27,7 +27,7 @@ tasks:
VNLIB_SHARED_HEAP_FILE_PATH: lib/vnlib_rpmalloc.dll
VNLIB_ARGON2_DLL_PATH: lib/argon2.dll
cmds:
- - cmd: dotnet webserver/VNLib.WebServer.dll --config config/config.json {{.CLI_ARGS}}
+ - cmd: dotnet webserver/VNLib.WebServer.dll --config config/config.json {{ .CLI_ARGS }}
setup-apt:
desc: "Performs initial setup on Debian apt amd64 based machines"
@@ -36,7 +36,7 @@ tasks:
- apt update
- apt install -y dotnet-runtime-8.0 gcc cmake curl
- task: setup
- - echo "Setup complete"
+ - echo "Setup complete"
setup-dnf:
desc: "Performs initial setup on Fedora/Redhat amd (dnf) based machines"
@@ -84,7 +84,7 @@ tasks:
platforms: [ windows/amd64 ]
ignore_error: true
- - cmd: openssl rand -base64 {{.PASS_PEPPER_SIZE}} > {{.PEPPER_FILE}}
+ - cmd: openssl rand -base64 {{ .PASS_PEPPER_SIZE }} > {{ .PEPPER_FILE }}
platforms: [ linux, darwin ]
- echo "DO NOT EVER LOSE OR UPDATE THIS FILE!"
@@ -124,7 +124,9 @@ tasks:
dir: 'lib/'
cmds:
#build the native compressor library for linux/mac
- - cmd: cd vnlib_compress/ && task && cp build/libvn_compress{{if eq OS "darwin"}}.dylib{{else}}.so{{end}} ../vnlib_compress.dll
+ - cmd: cd vnlib_compress/
+ && task
+ && cp build/libvn_compress{{if eq OS "darwin"}}.dylib{{else}}.so{{end}} ../vnlib_compress.dll
platforms: [ linux, darwin ]
#windows now supports pre-compiled libs