jimporter / mettle

A C++20 unit test framework
https://jimporter.github.io/mettle
BSD 3-Clause "New" or "Revised" License
122 stars 12 forks source link

Make a Debian package #43

Closed jimporter closed 4 years ago

jimporter commented 4 years ago

(See also #41.)

Since mettle uses bfg9000 as its build system, most people who want to use mettle would also have to install bfg9000, or write their own build script using their favorite tool. To make things easier, we should at least provide a Debian package so folks can just use that and happily ignore how mettle is built!

jimporter commented 4 years ago

This is mostly working (but not really tested yet) at https://launchpad.net/~jimporter/+archive/ubuntu/testing. Once things are more-finalized, I'll publish to the stable PPA.

jimporter commented 4 years ago

After some testing, it looks like this works! Here's the plan for publishing this for real:

  1. [x] Release bfg9000 v0.5 (probably in a few days)
  2. [x] Release bencode.hpp v0.2
  3. [x] Release mettle v0.1! \o/
jimporter commented 4 years ago

Done!