API: test fetching the queue and latestbuilds
This commit is contained in:
8
t/jobs/one-job.nix
Normal file
8
t/jobs/one-job.nix
Normal file
@ -0,0 +1,8 @@
|
||||
with import ./config.nix;
|
||||
{
|
||||
one_job =
|
||||
mkDerivation {
|
||||
name = "empty-dir";
|
||||
builder = ./empty-dir-builder.sh;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user