CI: introduce GitHub Actions as CI build
commitb10bd3a94e8202a05680b1bbf23aecaceb8ac070
authorMario Konrad <mario.konrad@gmx.net>
Wed, 28 Dec 2022 19:50:57 +0000 (28 20:50 +0100)
committerMario Konrad <mario.konrad@gmx.net>
Wed, 28 Dec 2022 20:32:52 +0000 (28 21:32 +0100)
treee1ae934c58ec130110d975c23783dd9264e6b312
parentba7072fead12d08c58cbc1a7904d7fddc5bdb60e
CI: introduce GitHub Actions as CI build

This build is not intended to test all listed compilers in the
documentation, just the latest. This basic setup builds for GCC
only for now. This build is the equivalent of

    cmake --preset gcc-release
    cmake --build --preset gcc-release
    ctest --preset gcc-release

Build for branch `master` and PRs.
.github/workflows/ci.yaml [new file with mode: 0644]