GStreamer multimedia framework
Find a file
Jordan Petridis 41a4ca4c8e
build_manifest.py: preserve env vars when running tests
pytest will happily run all the tests in the same proccess,
which means if one mutates an environment variable, the change
will bleed to the rest of the tests.
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: preserve env vars when running tests 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