Home | History | Annotate | Download | only in annotation-tools

Lines Matching refs:jsr308

15 # jsr308-langtools
16 if [ -d ../jsr308-langtools ] ; then
17 (cd ../jsr308-langtools && hg pull && hg update)
20 echo "Running: hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-"
21 hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-
26 echo "Running: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
27 (cd .. && (hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools || hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools))
28 echo "... done: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
30 (cd ../jsr308-langtools/ && ./.travis-build-without-test.sh)