add simplesoc_ecp5 to continuous build
This commit is contained in:
parent
5bc9189709
commit
7ffce5882e
@ -4,6 +4,7 @@ let
|
|||||||
jobs = derivations // {
|
jobs = derivations // {
|
||||||
helloworld_ecp5 = import ./examples/helloworld_ecp5.nix { inherit pkgs; };
|
helloworld_ecp5 = import ./examples/helloworld_ecp5.nix { inherit pkgs; };
|
||||||
helloworld_kintex7 = import ./examples/helloworld_kintex7.nix { inherit pkgs; };
|
helloworld_kintex7 = import ./examples/helloworld_kintex7.nix { inherit pkgs; };
|
||||||
|
simplesoc_ecp5 = import ./examples/simplesoc_ecp5.nix { inherit pkgs; };
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
builtins.mapAttrs (name: value: pkgs.lib.hydraJob value) jobs
|
builtins.mapAttrs (name: value: pkgs.lib.hydraJob value) jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user