Fam Zheng writes:
> On Wed, 09/21 10:44, Alex Bennée wrote:
>>
>> FWIW we already have some coverage of the MacOSX builds via Travis
>> (although being able to run it quickly on a dev system would be useful).
>
> Being able to detect breakage earlier than a pull req bounce from Peter would
> als
On Wed, 09/21 10:44, Alex Bennée wrote:
>
> FWIW we already have some coverage of the MacOSX builds via Travis
> (although being able to run it quickly on a dev system would be useful).
Being able to detect breakage earlier than a pull req bounce from Peter would
also be good.
>
> >
> > I haven
Fam Zheng writes:
> On Wed, 09/21 08:50, Alex Bennée wrote:
>>
>> Fam Zheng writes:
>>
>> > On Tue, 09/20 14:56, Alex Bennée wrote:
>> >> This re-factors the docker makefile to include a docker-run target which
>> >> can be controlled entirely from environment variables specified on the
>> >> m
On Wed, 09/21 08:50, Alex Bennée wrote:
>
> Fam Zheng writes:
>
> > On Tue, 09/20 14:56, Alex Bennée wrote:
> >> This re-factors the docker makefile to include a docker-run target which
> >> can be controlled entirely from environment variables specified on the
> >> make command line. This allow
Fam Zheng writes:
> On Tue, 09/20 14:56, Alex Bennée wrote:
>> This re-factors the docker makefile to include a docker-run target which
>> can be controlled entirely from environment variables specified on the
>> make command line. This allows us to run against any given docker image
>> we may h
On Tue, 09/20 14:56, Alex Bennée wrote:
> This re-factors the docker makefile to include a docker-run target which
> can be controlled entirely from environment variables specified on the
> make command line. This allows us to run against any given docker image
> we may have in our repository, for
This re-factors the docker makefile to include a docker-run target which
can be controlled entirely from environment variables specified on the
make command line. This allows us to run against any given docker image
we may have in our repository, for example:
make docker-run TEST="test-quick"