Buildkite: Difference between revisions

imported>Garbas
mNo edit summary
imported>Fufexan
m Fix position of runtimePackages
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
     tokenPath = "/path/to/token";
     tokenPath = "/path/to/token";
     privateSshKeyPath = "/path/to/ssh/key";
     privateSshKeyPath = "/path/to/ssh/key";
  };
 
  # tools needed for basic nix-build
    # tools needed for basic nix-build
  runtimePackages = [
    runtimePackages = [
       pkgs.gnutar
       pkgs.gnutar
       pkgs.bash
       pkgs.bash
Line 16: Line 16:
       pkgs.gzip
       pkgs.gzip
       pkgs.git
       pkgs.git
   ];
    ];
   };
}
}
</syntaxHighlight>
</syntaxHighlight>
Line 61: Line 62:


* [[Continuous Integration (CI)]]
* [[Continuous Integration (CI)]]
[[Category:Applications]]