summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1c4ecab7..d18644277 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,20 +98,6 @@ fedora image:
google-noto-emoji-color-fonts
fonttools
-fedora autotools build:
- extends:
- - '.fdo.distribution-image@fedora'
- - '.ccache_setup'
- stage: 'build'
- script:
- - ./autogen.sh
- - make V=1 VERBOSE=1 -j $(nproc)
- artifacts:
- when: 'always'
- expire_in: '2 days'
- paths:
- - "*"
-
.test fedora meson:
dependencies:
- 'fedora meson build'