use Cirrus CI
- Make more economic use of the free CI resources by removing redundant build tasks:
- Build unstable pkgs in a single separate task ("pkgs_unstable").
- All stable pkgs are implicitly built by the modules tests.
- The build script (ci/build.sh) can now be executed locally for easier
debugging.
- Use an explicit 'cachix push' command instead of helper/wait-for-network-idle.rb.
This is simpler and more reliable.
This commit is contained in:
parent
0b12a4b5a1
commit
1c0233c0a8
8 changed files with 133 additions and 109 deletions
|
|
@ -1,7 +1,7 @@
|
|||
nix-bitcoin
|
||||
===
|
||||
|
||||
[](https://travis-ci.org/fort-nix/nix-bitcoin)
|
||||
[](https://cirrus-ci.com/github/fort-nix/nix-bitcoin)
|
||||
|
||||
Nix packages and nixos modules for easily installing Bitcoin nodes and higher layer protocols with an emphasis on security.
|
||||
This is a work in progress - don't expect it to be bug-free, secure or stable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue