CI: Migrate to new alfa-ci infrastructure

This commit is contained in:
Dennis Klein
2021-03-05 02:59:46 +01:00
committed by Dennis Klein
parent bcfe438862
commit f012a870e7
9 changed files with 188 additions and 302 deletions

8
test/ci/setup-fedora.sh Executable file
View File

@@ -0,0 +1,8 @@
#! /bin/bash
dnf -y update
dnf -y groupinstall "C Development Tools and Libraries"
dnf -y install binutils boost-devel cmake ca-certificates coreutils diffutils \
findutils fmt-devel gcc-c++ git hostname ninja-build patch procps python \
redhat-lsb-core sed tar wget which
dnf -y clean all