mirror of
https://github.com/monero-project/meta.git
synced 2024-12-22 19:49:23 +00:00
build doxygen documentation in nightly kovri static job
This commit is contained in:
parent
5555e2306a
commit
eecc40ad73
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ kovriDragonflyFactory.addStep(steps.Test(name="benchmark", command=["./build/kov
|
|||
kovriStaticFactory = util.BuildFactory()
|
||||
kovriStaticFactory.addStep(steps.Git(repourl='https://github.com/monero-project/kovri.git', mode='full', submodules=True))
|
||||
kovriStaticFactory.addStep(steps.Compile(command=["make", "release-static"]))
|
||||
kovriStaticFactory.addStep(steps.Compile(name='make documentation', command=["make", "doxygen"]))
|
||||
kovriStaticFactory.addStep(steps.ShellCommand(name='package', description='packaging', descriptionDone='package', command = ['bash', '-x', './pkg/installers/kovri-install.sh', '-p', '-c', '-f', util.Interpolate('kovri-latest-%(prop:platform)s.tar.bz2')]))
|
||||
kovriStaticFactory.addStep(steps.FileUpload(slavesrc=WithProperties("kovri-latest-%(platform)s.tar.bz2"), masterdest=WithProperties("/home/buildbot/master/public_html/downloads/kovri-latest-%(platform)s.tar.bz2"), url=WithProperties("https://build.getmonero.org/downloads/kovri-latest-%(platform)s.tar.bz2")))
|
||||
kovriStaticFactory.addStep(steps.FileUpload(name="upload hashes", slavesrc=WithProperties("kovri-latest-%(platform)s.tar.bz2.sha256sum.txt"), masterdest=WithProperties("/home/buildbot/master/public_html/downloads/kovri-latest-%(platform)s.tar.bz2.sha256sum.txt"), url=WithProperties("https://build.getmonero.org/downloads/kovri-latest-%(platform)s.tar.bz2.sha256sum.txt")))
|
||||
|
|
Loading…
Reference in a new issue