Mercurial > hg > digilib
annotate .travis.yml @ 1710:990aab100aa3
trying with travis...
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 18 Feb 2019 20:23:55 +0100 |
parents | da4db5a126b2 |
children | 0b1ace6acc0e |
rev | line source |
---|---|
1687 | 1 # travis automated integration testing for digilib |
1673
8769e44c30b7
start using travis-ci. clean some unused files.
Robert Casties <r0bcas7@gmail.com>
parents:
diff
changeset
|
2 language: java |
1674
699244b75ad3
run real tests in travis-ci.
Robert Casties <r0bcas7@gmail.com>
parents:
1673
diff
changeset
|
3 sudo: false |
1709
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
4 # run real tests |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
5 script: mvn -DskipTests=false test -B |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
6 # deploy tagged commits as github release |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
7 script: mvn package |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
8 deploy: |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
9 provider: releases |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
10 api_key: |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
11 secure: dT2smtPnJ7eB1HHYY/xYEiKDjILEyrARQy7TEWuBp+4SQeQ5ni+FtmzEctXzxC3cnViVlOsnWiR7lvrvzqVNBMbypAHB5+HPTJ/JBzlqik7GmLhTkkBas+qqA0ldBxZ5EkFyWb8v8il1sNiqHCCO1xewPN6cziGIi+89czH0a+vARcd6szwxuYazi2DLEKsWjPbUetxje9Wfei28huWj3UCbRbtkjscpmzY/6K3hEnyz8QFS7IsTd06B9djWlomEUyZevQtKjD8rwRD4JYqyKLvThNZYdOYHN++wH/LqPSIq71m7JfbBd9NLvrMtKKEsTW0IHOllTGhqgOsBY3b2+KeGUhKSfV+vieqlHZDWIG2oucqzKBD2dtSilWQ/gNuoOIx+LYfwBBzxGgYdPRVZ5eR8qyNA6+0RQlTyhgoP3UwFyZHeJdUHuHb5xM/GItKcSX/N16T4jczRb8V4VKRFvFEWez2BXYKncHf7iNCGODe+4k3bNdCXDCSFl6etGB/iPs25TBct7MXcRTUvZOOwowbrWJIQ8ekmr6CIWkzZ0jwZmd48pPRH73FT6JQu/j/17vTkNbJdbYDRdulLJXOpt9pszEWn2aWOmEPqR6HuyN0pmhyNyRmB+oiAdgQrriouCpoKVs3PF/OIO1QITu6EsoYp2B78heE3Yr6FRMIZO64= |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
12 file: webapp/target/digilib-webapp-*.war |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
13 skip_cleanup: true |
da4db5a126b2
still trying with travis-ci.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1708
diff
changeset
|
14 on: |
1710
990aab100aa3
trying with travis...
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
1709
diff
changeset
|
15 tags: true |