Re: Starting build-system work (Windows/Mac users please speak up)

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: Starting build-system work (Windows/Mac users please speak up)
Date: 2020-05-22 20:15:29
Message-ID: 5EC832E1.3070500@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 05/22/20 16:04, Kartik Ohri wrote:

> as a clean state. We can though cache dependencies to speed up the build
> and save bandwidth though to some extent using
> https://docs.travis-ci.com/user/caching/ .

Ah, yes, looks like

cache:
directories:
- $HOME/.m2

would be the ticket.

https://docs.travis-ci.com/user/caching/#arbitrary-directories

Regards,
-Chap

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-05-23 07:16:17 Re: Starting build-system work (Windows/Mac users please speak up)
Previous Message Kartik Ohri 2020-05-22 20:04:08 Re: Starting build-system work (Windows/Mac users please speak up)