nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.71k stars 216 forks source link

Add Cirrus CI support, Linux build+test and FreeBSD build #111

Closed kevans91 closed 4 years ago

kevans91 commented 4 years ago

Signed-off-by: Kyle Evans kevans@FreeBSD.org

--

You can visit https://cirrus-ci.com to sign up for the integration with GitHub to view the results easily. I'm still working out test details locally here on FreeBSD, but I can at least confirm that the tests are OK under Cirrus' Linux setup, at least.

kevans91 commented 4 years ago

Re-spun to test both python2+python3 on Linux

nelhage commented 4 years ago

👍 I also just enabled the github integration, so we can see commit statuses on the PR now!

nelhage commented 4 years ago

@kevans91 Looks like the py3 build is failing for some reason, despite installing pexpect3.

kevans91 commented 4 years ago

Force push because I forgot to rebase after the PR that honors PYTHON_CMD got merged. =)