Browse Source

-add doxygen in install step

Martin Schanzenbach 3 years ago
parent
commit
d50fd56eea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .buildbot/install.sh

+ 2 - 0
.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