Gitlab CI support added, in order to pre-cache build results in Minio.

This commit is contained in:
Greg Hellings
2025-02-04 13:50:04 +00:00
parent 57269935b0
commit 868e86cc6d
10 changed files with 162 additions and 6 deletions
+14
View File
@@ -0,0 +1,14 @@
{
buildGoModule,
}:
let
src = ./.;
in
buildGoModule {
inherit src;
name = "gen-build";
vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
meta.mainProgram = "main";
}