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

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


On 03/04/2018 02:05 AM, Nick Sabalausky (Abscissa) wrote:
> 
> 1. Suppose a library supports DMD v2.071.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.076.1 through 2.079.0.
> 

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.


More information about the Digitalmars-d mailing list