Alternatives to travis-ci

Jacob Carlborg doob at me.com
Fri Dec 11 19:50:06 UTC 2020


On 2020-12-10 12:42, Mathias LANG wrote:

> If you want a more advanced usage, DMD's 
> workflow file contains a lot of comment which might help you with some 
> patterns, for example how to add an extra row to a matrix (spoiler: you 
> can't, you can only remove rows): 
> https://github.com/dlang/dmd/blob/master/.github/workflows/runnable_cxx.yml

What do you mean with: can't add extra rows? That's what `include` is 
for, which is even being used in the above link [1].

[1] 
https://github.com/dlang/dmd/blob/37b93260e697a1a31b97d046f18cf32f78ef3b0d/.github/workflows/runnable_cxx.yml#L104

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list