diff options
author | vnugent <public@vaughnnugent.com> | 2024-10-17 23:33:46 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-10-17 23:33:46 -0400 |
commit | dc47d096400e7a4d95dd9516c72876c8ad016dcb (patch) | |
tree | 579dc884569c5acdac6a790cedcc4ffe40bba48f /Module.Taskfile.yaml | |
parent | 0cae8cabf8fae1cf068cc026bd8b07b134d47284 (diff) |
update CI tests and run cross-platform unit testing
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r-- | Module.Taskfile.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index d31449a..b7b991c 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -17,11 +17,16 @@ tasks: cmds: - git reset --hard - git remote update - - git pull origin {{.BRANCH_NAME}} --verify-signatures + - git pull origin {{ .BRANCH_NAME }} --verify-signatures #updates the project versions for all inlcuded .NET projects - dotnet-gitversion.exe /updateprojectfiles + test: + desc: 'Builds and runs noscrypt unit tests for vnbuild CI systems' + cmds: + - cmd: task test -- -DNC_ENABLE_UTILS=ON + - cmd: wsl task test -- -DNC_ENABLE_UTILS=ON #called by build pipeline to build module build: @@ -33,7 +38,6 @@ tasks: #git archive in the module directory - git archive --format {{.ARCHIVE_FILE_FORMAT}} --output {{.ARCHIVE_FILE_NAME}} HEAD - #called by build pipeline to clean module clean: cmds: |