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

.gitlab-ci.yml: remove 'make check' in build stage which causes stalling

parent c92495b6
No related branches found
No related tags found
No related merge requests found
Pipeline #187534 passed with warnings
......@@ -61,8 +61,6 @@ stages:
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make
- make dist
- make install
- make check
# Install dependencies
- yum-builddep -y ${CI_JOB_NAME#level?:rpm:}.spec
- rpmbuild -tb --define "_topdir $CI_PROJECT_DIR/rpmbuild" ${CI_JOB_NAME#level?:rpm:}-*.tar.gz
......
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