Gitlab CI support added, in order to pre-cache build results in Minio.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
buildGoModule,
|
||||
}:
|
||||
let
|
||||
src = ./.;
|
||||
in
|
||||
buildGoModule {
|
||||
inherit src;
|
||||
name = "gen-build";
|
||||
|
||||
vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
|
||||
|
||||
meta.mainProgram = "main";
|
||||
}
|
||||
Reference in New Issue
Block a user