-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4591056
commit b27203a
Showing
3 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
src | ||
docs | ||
build | ||
docs.zip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
|
||
install: | ||
- sudo apt-get update | ||
- sudo apt-get install qt4-dev-tools python-numpy python-scipy | ||
- sudo apt-get install python-sphinx python-matplotlib zip | ||
- sudo apt-get install python-sympy python-qt4 xvfb | ||
- sudo pip install numpydoc | ||
- sudo apt-get update | ||
- sudo apt-get install qt4-dev-tools python-numpy python-scipy | ||
- sudo apt-get install python-sphinx python-matplotlib zip | ||
- sudo apt-get install python-sympy python-qt4 xvfb | ||
- sudo pip install numpydoc | ||
script: | ||
- ./make_docs.sh | ||
# - ./shoot.sh | ||
- "./make_docs.sh" | ||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: A1pynyS/r9I4knyamF0CqFeErqK7A0pnZjrONdzvKEs6RccqcmeN9doa9tJSUdQ1SwOHLXoK6CA4ASsugbeZMrebKixaqBs3IXqCX/iybKbl1vLc1hQVy7ODi97TDbVekWLe7n0iIdmXgUieIGr2TafAq1oiN2diFnIqcTLTKNU= | ||
file: docs.zip | ||
on: | ||
repo: windelbouwman/qthelpdocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters