mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
[CI/CD] Added GH Workflows
--------- Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br> Co-authored-by: Leonardo Amaral <contato@leonardoamaral.com.br> [CI/CD] Added GH Workflows
This commit is contained in:
committed by
Christian Tosta
parent
3df218f8e7
commit
0683dbbed8
12
.copr/Makefile
Normal file
12
.copr/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make
|
||||
|
||||
SHELL := bash
|
||||
|
||||
source:
|
||||
dnf -y install cmake gcc gcc-c++
|
||||
cmake --fresh -DBUILD_RPMS=ON -B build -S .
|
||||
cmake --build build --target srpm
|
||||
|
||||
srpm: source
|
||||
mkdir -p $(outdir)
|
||||
cp dist/*.src.rpm $(outdir)
|
||||
Reference in New Issue
Block a user