Коммит 8abfaa37 создал по автору Ilya Portnov's avatar Ilya Portnov
Просмотр файлов

Build docs with travis.

владелец d43132c8
...@@ -46,6 +46,18 @@ env: ...@@ -46,6 +46,18 @@ env:
# Actually run all tests. # Actually run all tests.
script: script:
- bash ./run_tests.sh - bash ./run_tests.sh
- bash ./build_docs.sh
deploy:
provider: pages
skip_cleanup: true
api_key: $GITHUB_TOKEN
keep_history: true
file: docs/_build/html.tar.bz2
draft: true
on:
tags: true
branch: b28_prelease_master
cache: cache:
directories: directories:
......
#!/bin/bash
set -e
cd docs/
make html
tar -C _build/html --exclude=_sources -cjf _build/html.tar.bz2 .
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать