Re: GitHub workflows for ledger CI - help required

2021-09-14 Thread John Wiegley
> "MM" == Martin Michlmayr writes: MM> I removed the Travis hook already but I can't figure out how to remove the MM> Travis requirement for pull requests. Do you know how? I've removed the Travis requirement. It was in the Branch protection settings, under "Status checks". John -- ---

Re: GitHub workflows for ledger CI - help required

2021-09-05 Thread Michael Cooper
In other projects, those have come from the branch protections settings for me. On Sun, Sep 5, 2021, 11:56 Rahix wrote: > On Sun, 2021-09-05 at 10:08 +0800, Martin Michlmayr wrote: > > * Rahix [2021-09-04 09:35]: > > > Now that GHA seems to be up and running, can you drop Travis from the > > >

Re: GitHub workflows for ledger CI - help required

2021-09-05 Thread Rahix
On Sun, 2021-09-05 at 10:08 +0800, Martin Michlmayr wrote: > * Rahix [2021-09-04 09:35]: > > Now that GHA seems to be up and running, can you drop Travis from the > > repository?  The checks still show up in each pull-request and make the > > overall status "waiting" because the Travis check

Re: GitHub workflows for ledger CI - help required

2021-09-04 Thread Martin Michlmayr
* Rahix [2021-09-04 09:35]: > Now that GHA seems to be up and running, can you drop Travis from the > repository? The checks still show up in each pull-request and make the > overall status "waiting" because the Travis check never completes. I removed the Travis hook already but I can't figure

Re: GitHub workflows for ledger CI - help required

2021-09-04 Thread Rahix
Hi Martin, On Thu, 2021-07-08 at 15:10 +0800, Martin Michlmayr wrote: > Can someone submit a working GitHub workflows file for ledger CI > to replace Travis.  Bonus points for building on Linux, macOS and > Windows. > > (I think testing only Python 3 support is enough.  Travis currently > tests

Re: GitHub workflows for ledger CI - help required

2021-07-12 Thread Jimi Damon
Hi, I submitted a PR for github workflows ( https://github.com/ledger/ledger/pull/2040 ) . At this time it seems like several of the Windows packages don't exist using the Chocolatey package manager ( for gmp , mpfr and gpgme along with python for boost ) so I could't get Ledger to build