Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit b1db483

Browse files
committed
Switch to Cirrus CI
1 parent 70f38b7 commit b1db483

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+20
-1
lines changed

.cirrus.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
task:
2+
env:
3+
matrix:
4+
- RELEASEVER: 6
5+
- RELEASEVER: 7
6+
name: el$RELEASEVER
7+
container:
8+
image: centos:$RELEASEVER
9+
epel_script: yum --assumeyes install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
10+
toolchain_script: yum --assumeyes install yum-utils rpmdevtools @buildsys-build
11+
sources_script: spectool --get-files $CIRRUS_REPO_NAME.spec
12+
srpm_script: rpmbuild -bs --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec
13+
builddep_script: yum-builddep --assumeyes $HOME/rpmbuild/SRPMS/$CIRRUS_REPO_NAME-*.src.rpm
14+
rpm_script: rpmbuild -bb --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec
15+
gather_script:
16+
- mv --verbose $HOME/rpmbuild/SRPMS/*.src.rpm .
17+
- mv --verbose $HOME/rpmbuild/RPMS/*/*.rpm .
18+
results_artifacts:
19+
path: '*.rpm'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)