Skip to content

Commit

Permalink
Merge pull request #335 from itesla/remove-powsybl-build-from-ci
Browse files Browse the repository at this point in the history
Update continuous integration build to remove powsybl-cor build and javadoc publication.
  • Loading branch information
sylvlecl committed Mar 21, 2018
2 parents 190e853 + a10fd04 commit a7549df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ before_install:
- chmod 600 /tmp/id_rsa_gandi
- ssh-add /tmp/id_rsa_gandi

install:
# Build iPST core
- git clone https://github.com/powsybl/powsybl-core powsybl/powsybl-core
- pushd powsybl/powsybl-core && mvn install && popd

script:
- cd ${TRAVIS_BUILD_DIR}
- mvn clean install jacoco:report coveralls:report

addons:
Expand All @@ -25,5 +19,3 @@ addons:
- graphviz
after_success:
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && mvn javadoc:javadoc && pushd $TRAVIS_BUILD_DIR/target/site/apidocs && zip -r /tmp/ipst-javadoc.zip . && sftp $JAVADOC_USER@sftp.dc0.gpaas.net:vhosts/www.itesla-pst.org/htdocs/javadoc <<< $'put /tmp/ipst-javadoc.zip' && popd
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && cd $TRAVIS_BUILD_DIR/powsybl/powsybl-core && mvn javadoc:javadoc && cd target/site/apidocs && zip -r /tmp/powsybl-core-javadoc.zip . && sftp $JAVADOC_USER@sftp.dc0.gpaas.net:vhosts/www.itesla-pst.org/htdocs/javadoc <<< $'put /tmp/powsybl-core-javadoc.zip'

0 comments on commit a7549df

Please sign in to comment.