|
|
| Line 1: |
Line 1: |
| === Imperative Building === | | === Imperative Building === |
| These steps are required to build the <code>hello</code> package.
| |
| # log into Hydra after creating a user with <code>hydra-create-user</code>
| |
| # create new project
| |
| * identifier: example-hello
| |
| * display name: example-hello
| |
| # Actions -> Create jobset
| |
| * identifier: hello
| |
| * Nix expression: <code>release.nix</code> in <code>hydra-example</code> -> will evaluate the file release.nix in the given input
| |
| * check interval: 60
| |
| * scheduling shares: 1
| |
| * Inputs:
| |
| {| class="wikitable"
| |
| |-
| |
| ! Input Name !! Type !! Value !! Note
| |
| |-
| |
| | nixpkgs || git checkout || https://github.com/nixos/nixpkgs nixos-21.11 || will check out branch nixos-21.11, will be made available to the nix expression via <code><nixpkgs></code>.
| |
| |-
| |
| | hydra-example || git checkout || https://github.com/makefu/hydra-example || hydra-example is used by the jobset as input, <code>release.nix</code> is in the root directory
| |
| |}
| |