Re: [Toybox] [PATCH] Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push

2020-06-28 Thread Eric Molitor
:) On Sun, Jun 28, 2020 at 1:54 AM Rob Landley wrote: > On 6/25/20 7:47 AM, Eric Molitor wrote: > > * MacOS and Ubuntu builds run on every push *and* at 02:00 UTC (2:00 am > UTC). > > * Emails are only sent on build or test failure to the project > collaborators. > > This is configurable but

Re: [Toybox] [PATCH] Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push

2020-06-27 Thread Rob Landley
On 6/25/20 7:47 AM, Eric Molitor wrote: > * MacOS and Ubuntu builds run on every push *and* at 02:00 UTC (2:00 am UTC). > * Emails are only sent on build or test failure to the project collaborators. > This is configurable but the simplest option is to add Elliott as a > collaborator. > * Build

Re: [Toybox] [PATCH] Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push

2020-06-25 Thread Eric Molitor
* MacOS and Ubuntu builds run on every push *and* at 02:00 UTC (2:00 am UTC). * Emails are only sent on build or test failure to the project collaborators. This is configurable but the simplest option is to add Elliott as a collaborator. * Build logs can be downloaded but build artifacts beyond

Re: [Toybox] [PATCH] Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push

2020-06-24 Thread Rob Landley
On each push, or at 2:00? (Am or PM in which time zone?) What's the build result? (Do I get emails? Does Elliott get emails? Do we have to look at a page? Can build artifacts be downloaded? Is there a HOWTO page on this?) Rob On 6/24/20 8:00 AM, Eric Molitor wrote: > --- >

[Toybox] [PATCH] Add github action support to build with MacOS and Ubuntu * Builds at 02:00 each day * Builds on each push

2020-06-24 Thread Eric Molitor
--- .github/workflows/toybox.yml | 36 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/toybox.yml diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml new file mode 100644 index ..b3b16676 --- /dev/null +++