diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-13 23:12:53 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-13 23:12:53 -0400 |
commit | 6da05577407545bf6511054d8a822cebc38824b9 (patch) | |
tree | 5ef751e40cc963687a0efb8bafdefc441e62c58a /.gitlab-ci.yml | |
parent | fa73abe4c13a081eed45ae9a4eb6fa2864a73e3c (diff) | |
download | buildstream-6da05577407545bf6511054d8a822cebc38824b9.tar.gz |
doc: Improve the new console output html generator
Before we were creating one description file for each output,
making it easier to declare a make rule for it - but the result
was that we would have to build things more and it takes a
long time.
Instead, now we have session files which describe a series of commands
to run in a session, and each command optionally produces an output file.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc8a9cc66..7c5bcbd24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,7 @@ docs: - pip3 install sphinx_rtd_theme - cd dist && ./unpack.sh && cd buildstream - pip3 install . - - make -C doc clean + - make -C doc sessions - make -C doc - cd ../.. - mv dist/buildstream/doc/build/html public |