GStreamer multimedia framework
Find a file
Jordan Petridis 815976e4aa
ci_template: avoid exporting the mediafiles into build artifacts
Previously we where accidently exporting the whole repo of
gst-integration-testsuites which includes 350mb of raw media
files and made the artifacts storage explode through the roof
along with the CI bills fd.o had to pay for uploading and
redownloading the artifacts

To deal with this, we clean all the media files from the builddir
and when needed we copy them over from the cache in the docker image,
and then git fetch the repo.

Close #69
2020-04-17 22:46:34 +03:00
docker windows: switch the image tag to ltsc2019 2020-04-07 14:45:08 +03:00
fuzzing Run gst-indent through the files 2018-12-03 17:39:09 +02:00
gitlab ci_template: avoid exporting the mediafiles into build artifacts 2020-04-17 22:46:34 +03:00
jenkins jenkins: Update meson-fedora 2017-10-28 10:59:08 +02:00
.gitignore Add gitignore 2017-10-28 11:01:33 +02:00
.gitlab-ci.yml Only run CI automatically on merge_request 2020-03-17 09:32:44 -04:00
README.txt Initial commit 2017-10-21 12:07:02 +02:00

GStreamer Continuous Integration
================================

This repository contains all material relevant to the GStreamer
Continuous Integration system.

* Jenkins scripts

* Docker images

* Build scripts and code