drom icon indicating copy to clipboard operation
drom copied to clipboard

Replace `windows-ci` by a list `ci-systems`

Open lefessan opened this issue 4 years ago • 0 comments

Users may want to also disable CI on macos or linux. So, replace windows-ci by:

ci-systems = [ "ubuntu-latest", "macos-latest", "windows-latest" ]

by default. Users may choose to remove/add systems in the list.

lefessan avatar Dec 13 '20 08:12 lefessan