xantares / pkgtest

test various packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkgtest

The goal is to test various base packages from a custom toolchain (for example MinGW).

Quickstart

cd /tmp
git clone https://github.com/xantares/pkgtest.git
cd pkgtest
mkdir build && cd build
cmake ..
make -j4
ctest --output-on-failure -j4

About

test various packages


Languages

Language:C 31.1%Language:C++ 29.6%Language:CMake 27.8%Language:Fortran 11.5%