travis: Generate an index page.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-21 14:28:40 +01:00
parent 75552fb457
commit 955f378f0e
3 changed files with 7 additions and 1 deletions

View File

@ -11,8 +11,11 @@ before_install:
- ./.travis/save-key.sh
- ./.travis/fix-git.sh
install:
- pip install -r ./.travis/requirements.txt
script:
- ./.travis/generate-html.sh
after_install:
after_success:
- if [ -e ~/.ssh/agent.sh ]; then source ~/.ssh/agent.sh; ./.travis/push-html.sh; fi

View File

@ -63,6 +63,8 @@ for SETTINGS in $(find -name settings.sh); do
echo
done
python3 -m markdown Info.md > html/index.html
(
echo
echo "HTML Results"

1
.travis/requirements.txt Normal file
View File

@ -0,0 +1 @@
markdown