GStreamer multimedia framework
Find a file
Jordan Petridis 07a1480fc9
build_manifest.py: Avoid making the CI variables global
There are half of the variables compared to what was used before,
and now they are only used once so its not needed for them anymore
to be global.

This allows running the tests without needing to pre-define them
in your local environment, since the ones needed are mocked in the
tests code anyway.
2018-11-05 14:31:52 +02:00
docker Add dockerignore 2017-10-28 11:02:06 +02:00
fuzzing fuzzing: Add local fuzz runner 2017-12-06 08:45:27 +01:00
gitlab build_manifest.py: Avoid making the CI variables global 2018-11-05 14:31:52 +02: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 CI: run the build_manifest.py tests 2018-11-05 14:31:52 +02: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