diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2018-03-28 15:44:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludovic.courtes@inria.fr> | 2018-03-28 16:17:06 +0200 |
commit | b3517f3f9f5815686600fb45a4e2350e168c0d54 (patch) | |
tree | ebd2ffde1a611d7b9d684e000658eff8ba4b6e30 /Makefile.am | |
parent | 733d66a532d08dd0a2d717830345f977aba41815 (diff) | |
download | patches-b3517f3f9f5815686600fb45a4e2350e168c0d54.tar patches-b3517f3f9f5815686600fb45a4e2350e168c0d54.tar.gz |
Add (guix ci).
* guix/ci.scm: New file.
* Makefile.am (MODULES): 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 feb99490d3..e50d8430e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ MODULES = \ guix/build-system/trivial.scm \ guix/ftp-client.scm \ guix/http-client.scm \ + guix/ci.scm \ guix/gnupg.scm \ guix/elf.scm \ guix/profiling.scm \ |