boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

Drone config #105

Closed sdarwin closed 3 years ago

sdarwin commented 3 years ago

Drone is a continuous integration framework similar to Travis CI. The C++ Alliance is offering a hosted Drone server for Boost libraries. Please refer to https://github.com/CPPAlliance/drone-ci for more information and instructions.

apolukhin commented 3 years ago

Many thanks for your work!

I'll stick to the GithubAction workflow from https://github.com/boostorg/boost-ci/blob/master/ci.yml with minor changes for coverage and inspect tool

Another CI config is too much for me to handle