Skip to content
Snippets Groups Projects
Commit ef25b645 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

.gitlab-ci.yml: add 'make check' step in build stages

parent 5bf29010
No related branches found
No related tags found
No related merge requests found
Pipeline #187518 canceled
......@@ -60,6 +60,7 @@ stages:
- $PATCHSCRIPT $PATCHFLAGS ./*.spec.in
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make
- make check
- make dist
# Install dependencies
- yum-builddep -y ${CI_JOB_NAME#level?:rpm:}.spec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment