Thinktank: CI's, compiler lists, and project automation

Nick Sabalausky (Abscissa) SeeWebsiteToContactMe at semitwist.com
Sun Mar 4 07:24:30 UTC 2018


On 03/04/2018 02:23 AM, Nick Sabalausky (Abscissa) wrote:

> Oops, proofread failures. Naturally, I meant this (fixes emphasized):
> 
> -----------------------------------------
> 
> 1. Suppose a library supports ***DMD v2.077.0*** and up. Because of 
> this, .travis.yml includes:
> 
>    - dmd  # Ie, dmd-2.079.0, ATM
>    - dmd-2.079.0
>    - dmd-2.078.2
>    - dmd-2.078.1
>    - dmd-2.078.0
>    - dmd-2.077.1
>    - dmd-2.077.0
> 
> Summary: CI now tests ***2.077.1*** through 2.079.0.

Summary: CI now tests ***2.077.0*** through 2.079.0.

(Argh, maybe it's bedtime... ;))


More information about the Digitalmars-d mailing list