Closed sodabrew closed 5 years ago
Hm, I assumed due to presence of a .travis.yml that https://travis-ci.org/php/pecl-networking-ssh2 would be an active build. Is this something an admin would like to enable? Are you building this code on a different build/test service?
CC @langemeijer @remicollet ☝️
I added the .travis.yml
a while back in this PR: https://github.com/php/pecl-networking-ssh2/pull/25. I was hoping it would get enabled. I figured it would make development a little easier.
@langemeijer merged the Travis CI config file but didn't enable Travis CI for the repo, which isn't a useful combination. Strongly request enabling the service.
I've enabled Travis for this repository. Will leave merging this to a maintainer...
Tests passing on all versions of PHP 7.x!
Is there a way to create new release? Trying to package extension to Alpinelinux without success https://github.com/alpinelinux/aports/pull/6226
I would also be interested in a new release. Is there anything anyone, including myself, can do to make it happen?
And it still require https://github.com/php/pecl-networking-ssh2/pull/36 for 7.3 compatibility
btw, can someone update pecl Homepage
property to point to this repo instead of libssh2 homepage?
also, can someone push tags for created releases? so far only some legacy tags are present:
RELEASE_0_4
RELEASE_0_4_1
RELEASE_0_5
RELEASE_0_6
RELEASE_0_7
RELEASE_0_8
RELEASE_0_9
RELEASE_0_10
RELEASE_0_11_0
RELEASE_0_11_1
RELEASE_0_11_2
RELEASE_0_11_3
RELEASE_0_12
RELEASE_1_0_4
if needed I can dig up the commit hashes for someone to create lightweight tags.
as I'm trying to build this for php 7.3, and apparently applying only https://github.com/php/pecl-networking-ssh2/pull/36 is not enough, and not known what is the baseline from the last release as git tags are missing from the repository.
Also switch distribution from Trusty to Xenial as mentioned here https://github.com/travis-ci/travis-ci/issues/9717#issuecomment-421016620