aboutsummaryrefslogtreecommitdiffstats
path: root/meson/ci/ciimage/fedora/image.json
diff options
context:
space:
mode:
Diffstat (limited to 'meson/ci/ciimage/fedora/image.json')
-rw-r--r--meson/ci/ciimage/fedora/image.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson/ci/ciimage/fedora/image.json b/meson/ci/ciimage/fedora/image.json
new file mode 100644
index 000000000..c6fdc9e28
--- /dev/null
+++ b/meson/ci/ciimage/fedora/image.json
@@ -0,0 +1,8 @@
+{
+ "base_image": "fedora:latest",
+ "env": {
+ "CI": "1",
+ "SKIP_STATIC_BOOST": "1",
+ "MESON_CI_JOBNAME": "linux-fedora-gcc"
+ }
+}