aboutsummaryrefslogtreecommitdiff
path: root/ci/plugins.taskfile.yaml
diff options
context:
space:
mode:
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