Translations:Hydra/19/en
Appearance
Imperative Building
These steps are required to build the hello package.
- log into hydra after creating a user with
hydra-create-user - create new project
- identifier: example-hello
- display name: example-hello
- Actions -> Create jobset
- identifier: hello
- Nix expression:
release.nixinhydra-example-> will evaluate the file release.nix in the given input - check interval: 60
- scheduling shares: 1
- Inputs:
| 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 <nixpkgs>.
|
| hydra-example | git checkout | https://github.com/makefu/hydra-example | hydra-example is used by the jobset as input, release.nix is in the root directory
|