Skip to content

Commit

Permalink
[CI] Build tests for cc7.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed May 9, 2018
1 parent 5d512d1 commit e884233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -56,7 +56,7 @@ build:cc7:
script:
- yum install --nogpg -y gcc-c++ rpm-build which git
- cd packaging/
- ./makesrpm.sh --define "_with_python3 1"
- ./makesrpm.sh --define "_with_python3 1" --define "_with_tests 1"
- yum-builddep --nogpgcheck -y *.src.rpm
- mkdir RPMS
- rpmbuild --rebuild --define "_rpmdir RPMS/" --define "_with_python3 1" --define "_with_tests 1" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
Expand Down

0 comments on commit e884233

Please sign in to comment.