stroupo / hash-maps

This repository contains some implementations for different hash maps.
0 stars 1 forks source link

Meson Build System #5

Closed lyrahgames closed 5 years ago

lyrahgames commented 5 years ago

It would be good to learn something about the Meson build system to support it for later projects. Ideally, we should have a Meson build script which is equivalent to our CMake build script.

lyrahgames commented 5 years ago

We need to test the Meson build scripts with CircleCI in a new workflow. Therefore we need one or more new Docker images for g++, python3, ninja, meson and doctest. These should be based on the Alpine image to make the Docker images as small as possible.