1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-23 13:06:03 +00:00

test bintray deployment

This commit is contained in:
David Schweikert
2014-03-02 22:28:26 +01:00
parent f9c68a6dc7
commit 7dd45384e4
2 changed files with 15 additions and 4 deletions

View File

@ -1,11 +1,14 @@
# travis-ci.org configuration
language: c
env:
global:
- secure: "YP5bVNoYlLuwtLKDWhW7D4bexRWdYFPqz6J2DOuQAId4ids63JdGD7GOAZDfzizl1PtcoI3Kb97WWnFkPE2W6x/N4ad3K8lzIWZWx4kEpFRlbH7PJOF0Jt+rLXJzjkCW93XVC+vUY4bKAujT/iO8/B4lrxkX3/sCzILi7U5holE="
compiler:
- gcc
- clang
- gcc
- clang
branches:
only:
- master
only:
- master
install:
- sudo apt-get remove -qq autoconf automake autotools-dev libtool
- ci/build-1-autotools.sh
@ -14,3 +17,5 @@ install:
script:
- ci/build-2-install.sh
- prove ci/test-*.pl
after_success:
- ci/deploy-bintray.sh