diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-24 17:29:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-24 17:30:32 +0200 |
commit | 59e6ae6cf1863366976f86b509c80c6c546856f9 (patch) | |
tree | da4d9f2f64f8a30d38a078f1b5dbf5b54beaa066 /Makefile.am | |
parent | bbe8d8f028283449f030b70fdbeb12dcf58b53ad (diff) | |
download | guix-59e6ae6cf1863366976f86b509c80c6c546856f9.tar guix-59e6ae6cf1863366976f86b509c80c6c546856f9.tar.gz |
hydra: Add job to run "make distcheck" on Guix.
* build-aux/hydra/guix.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0484eedcf0..6eb4c0fb9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,6 +142,7 @@ EXTRA_DIST = \ TODO \ .dir-locals.el \ build-aux/hydra/gnu-system.scm \ + build-aux/hydra/guix.scm \ build-aux/check-available-binaries.scm \ build-aux/download.scm \ build-aux/list-packages.scm \ |