add simplesoc_ecp5 to continuous build

pull/1/head
Sebastien Bourdeauducq 2019-05-02 12:54:57 +08:00
parent 5bc9189709
commit 7ffce5882e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let
jobs = derivations // {
helloworld_ecp5 = import ./examples/helloworld_ecp5.nix { inherit pkgs; };
helloworld_kintex7 = import ./examples/helloworld_kintex7.nix { inherit pkgs; };
simplesoc_ecp5 = import ./examples/simplesoc_ecp5.nix { inherit pkgs; };
};
in
builtins.mapAttrs (name: value: pkgs.lib.hydraJob value) jobs