cicd: Build libs on nix

This commit is contained in:
Simen Kirkvik
2025-11-29 18:32:02 +01:00
parent 3d4c820cd2
commit c9402e7d02
3 changed files with 15 additions and 3 deletions

View File

@@ -9,4 +9,8 @@ include:
file: DotnetPackage.gitlab-ci.yml
inputs:
project-name: archmaester
project-dir: src/DataAgent
project-dir: src/DataAgent
dotnet-build-package-archmaester:
tags:
- nix

View File

@@ -9,4 +9,8 @@ include:
file: DotnetPackage.gitlab-ci.yml
inputs:
project-dir: src/Interfaces
project-name: interfaces
project-name: interfaces
dotnet-build-package-interfaces:
tags:
- nix

View File

@@ -9,4 +9,8 @@ include:
file: DotnetPackage.gitlab-ci.yml
inputs:
project-name: serverpack
project-dir: src/ServerPack
project-dir: src/ServerPack
dotnet-build-package-serverpack:
tags:
- nix