Translations:Hydra/19/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
=== Imperative Building === | === Imperative Building === | ||
These steps are required to build the <code>hello</code> package. | These steps are required to build the <code>hello</code> package. | ||
# log into | # log into Hydra after creating a user with <code>hydra-create-user</code> | ||
# create new project | # create new project | ||
* identifier: example-hello | * identifier: example-hello | ||
Revision as of 07:17, 9 July 2024
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
|