timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

drone CI discussion #738

Open timotheecour opened 3 years ago

timotheecour commented 3 years ago

links

platforms:

Linux x64
Linux armv7
Linux armv8
Windows x86
timotheecour commented 3 years ago

@alaviss I didn't want to discuss this in your PR, but just curious about your rationale for using drone instead of, say, docker via github actions (GA); is it:

note

I've added drone integration for nim-lang/nim, see https://cloud.drone.io/nim-lang/Nim/settings

TODO

add badge in nim's README:

[![Build Status](https://cloud.drone.io/api/badges/nim-lang/Nim/status.svg?ref=refs/heads/devel)](https://cloud.drone.io/nim-lang/Nim)
alaviss commented 3 years ago

because of the above platform support (armv7, armv8 notably)?

Yep, and because it has those for free