catchorg/Catch2

Automatize creating "run online" links for new releases

開放

#2,330 建立於 2021年12月11日

 (0 則留言) (0 個反應) (0 位負責人)C++ (3,228 個分叉)batch import
DevelopmentDocumentationHelp wanted

倉庫指標

星標
 (20,381 顆星)
PR 合併指標
 (平均合併 1天 8小時) (30 天內合併 1 個 PR)

描述

We used to have a "run online" link to WandBox instance with uploaded single header, small main and a test file, so the users could play around with Catch2 online, without downloading it, setting up a development environment and so on.

Due to various reasons, we do not have this link up anymore (there were issues with WandBox's reliability IIRC, and our "single header" got too big to upload), but we can use Compiler Explorer instead.

However, we will not be uploading Catch2 sources to a Compiler Explorer session, instead we will be using their precompiled static library version. AFAIK it should be possible to autogenerate a link that initializes CE session with specific libraries linked, in our case with the new release of Catch2, that will work once CE picks up the new release (which should happen every midnight).

貢獻者指南