gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -add doxygen in install step


From: gnunet
Subject: [gnunet] branch master updated: -add doxygen in install step
Date: Mon, 22 Mar 2021 20:30:13 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d50fd56ee -add doxygen in install step
d50fd56ee is described below

commit d50fd56eea757bb67602b67a441d52989cbcde07
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Mar 22 20:28:33 2021 +0100

    -add doxygen in install step
---
 .buildbot/install.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.buildbot/install.sh b/.buildbot/install.sh
index b22f3aae0..8ddd77ec0 100755
--- a/.buildbot/install.sh
+++ b/.buildbot/install.sh
@@ -1,3 +1,5 @@
 #!/bin/bash
 
+cd doc/tutorial; make tutorial.html &> /dev/null; cd -
+cd doc/doxygen; make full &> /dev/null; cd -
 make install

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]