aboutsummaryrefslogtreecommitdiff
path: root/ci/plugins.taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-14 21:52:03 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-14 21:52:03 -0400
commit1b7270b40b65ef089bf40a14065227f742b8507e (patch)
treeafc119861fcbdd097fcb138f4e682fa8df545cb0 /ci/plugins.taskfile.yaml
parent2deda50a167286bc93fd3871a1fd6dbf9f43c81f (diff)
chore: make container slightly easier to setup
Diffstat (limited to 'ci/plugins.taskfile.yaml')
-rw-r--r--ci/plugins.taskfile.yaml17
1 files changed, 8 insertions, 9 deletions
diff --git a/ci/plugins.taskfile.yaml b/ci/plugins.taskfile.yaml
index df930db..7cb508c 100644
--- a/ci/plugins.taskfile.yaml
+++ b/ci/plugins.taskfile.yaml
@@ -26,13 +26,14 @@ tasks:
- install-argon2-lib
- install-compression
- install-sqlite
+ - install-router
+ - install-accounts
+ - install-sessions
+ - install-vncache
+ - install-vncache-sessions
+ - install-users
cmds:
- - task: install-accounts
- - task: install-router
- - task: install-sessions
- - task: install-vncache
- - task: install-vncache-sessions
- - task: install-users
+
- echo "Installing and configuring plugins and UI"
- task: build-bookmarks
@@ -157,8 +158,6 @@ tasks:
DIR: './lib/vnlib_compress'
VERSION: '{{.CORE_VERSION}}'
- - cd 'lib/vnlib_compress' && powershell rm package.json
-
install-argon2-lib:
cmds:
#install the argon2 binary for Windows
@@ -180,7 +179,7 @@ tasks:
VERSION: '{{.CORE_VERSION}}'
#remove unneeded files
- - for: [ man, latex, kats, argon2-specs.pdf, package.json ]
+ - for: [ man, latex, kats, argon2-specs.pdf ]
cmd: powershell -Command "rm ./lib/argon2/{{.ITEM}} -Recurse"
ignore_error: true