README: Test build with stable branch setting
This commit is contained in:
@@ -263,13 +263,13 @@ by the hydra server. If significant changes have been made, these can
|
|||||||
be manually tested before pushing
|
be manually tested before pushing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-build release.nix --attr tested
|
nix-build release.nix --arg stableBranch true --attr tested
|
||||||
```
|
```
|
||||||
|
|
||||||
A build of the channel tarball can also be done
|
A build of the channel tarball can also be done
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-build release.nix --attr channel
|
nix-build release.nix --arg stableBranch true --attr channel
|
||||||
```
|
```
|
||||||
|
|
||||||
The resulting channel tarball can even be imported as new channel
|
The resulting channel tarball can even be imported as new channel
|
||||||
|
|||||||
Reference in New Issue
Block a user