Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
3c49e1e5
Commit
3c49e1e5
authored
Nov 12, 2015
by
Robert McGibbon
Browse files
Deploy development docs to S3
parent
80cc954a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
.travis.yml
.travis.yml
+21
-0
No files found.
.travis.yml
View file @
3c49e1e5
...
@@ -73,6 +73,7 @@ matrix:
...
@@ -73,6 +73,7 @@ matrix:
CUDA=false
CUDA=false
CC=clang
CC=clang
CXX=clang++
CXX=clang++
DOCS_DEPLOY=true
CMAKE_FLAGS=""
CMAKE_FLAGS=""
-
sudo
:
false
-
sudo
:
false
...
@@ -140,3 +141,23 @@ script:
...
@@ -140,3 +141,23 @@ script:
-
if [ -s Testing/Temporary/LastTestsFailed.log ]; then
-
if [ -s Testing/Temporary/LastTestsFailed.log ]; then
ctest -I FailedTests.log;
ctest -I FailedTests.log;
fi
fi
-
if [[ ! -z "${DOCS_DEPLOY}" && "${DOCS_DEPLOY}" = "true" ]]; then
make DoxygenApiDocs PythonApiDocs;
mkdir -p api-docs;
mv api-python api-docs;
mv api-c++ api-docs;
fi
deploy
:
-
provider
:
s3
access_key_id
:
secure
:
"
AjE3nuj6kVuf21mOf0aZydW/3S/uCWsaoXC/huRxkxrmsNlnHBNGHZ9N48san1IxZAQM5pyaf7Yo9gkHur9obgq+e3lNgGvPp2mfkNXtLYcLJ46JF4kYliAtutjLWskrLg25Gu3xzF4EQkqSe0Le/oWldWWbTgvvH+KRq/vTHzI="
secret_access_key
:
secure
:
"
ISDQNSG2t0666PULtffo4wsKLFdu622EzuZxmiTxvLkjQGQlqm5+qn1Gd5UMLk7Ts2E0psdnmSrf6LVVCfrrQO/hcZHiJw3ZslMPDBBlRr8Epwdldn98ULhVoyQKtjXjCPzroa2UZCl1RFs4Nwb/VdDlI490XV0Lp4Woj1AT8tY="
bucket
:
"
docs.openmm.org"
skip_cleanup
:
true
local_dir
:
api-docs/
upload_dir
:
development/
on
:
branch
:
master
condition
:
'
!
-z
"${DOCS_DEPLOY}"
&&
"${DOCS_DEPLOY}"
=
"true"'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment