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 113736f commit 5d512d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -59,7 +59,7 @@ build:cc7:
- ./makesrpm.sh --define "_with_python3 1"
- yum-builddep --nogpgcheck -y *.src.rpm
- mkdir RPMS
- rpmbuild --rebuild --define "_rpmdir RPMS/" --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 "_with_tests 1" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- cd ..
- mkdir cc-7/
- cp packaging/*.src.rpm cc-7
Expand Down

0 comments on commit 5d512d1

Please sign in to comment.