Skip to content

Commit

Permalink
[CI] Build tests only for cc7.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 18, 2019
1 parent db1a488 commit c6a11e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -428,7 +428,7 @@ weekly:slc6:
- ./makesrpm.sh --version $experimental_version --define "_with_python3 1"
- yum-builddep --nogpgcheck -y *.src.rpm
- mkdir RPMS
- rpmbuild --rebuild --define "_rpmdir RPMS/" --define "_with_tests 1" --define "_with_python3 1" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- rpmbuild --rebuild --define "_rpmdir RPMS/" --define "_with_python3 1" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- cd ..
- mkdir epel-6/
- cp packaging/*.src.rpm epel-6
Expand Down

0 comments on commit c6a11e0

Please sign in to comment.