aboutsummaryrefslogtreecommitdiffstats
path: root/tests/docker/conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker/conf.json')
-rw-r--r--tests/docker/conf.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/docker/conf.json b/tests/docker/conf.json
new file mode 100644
index 00000000..f2b2bc29
--- /dev/null
+++ b/tests/docker/conf.json
@@ -0,0 +1,35 @@
+{
+ "tests" : [
+ {
+ "name" : "ubuntu-17.04",
+ "url" : "iamsergio/clazy-ubuntu-17.04",
+ "prefix" : "/usr/"
+ },
+ {
+ "name" : "ubuntu-16.04",
+ "url" : "iamsergio/clazy-ubuntu-16.04",
+ "prefix" : "/usr/"
+ },
+ {
+ "name" : "opensuse-tumbleweed",
+ "url" : "iamsergio/clazy-opensuse-tumbleweed",
+ "prefix" : "/usr/"
+ },
+ {
+ "name" : "archlinux",
+ "url" : "iamsergio/clazy-archlinux",
+ "prefix" : "/usr/"
+ },
+ {
+ "name" : "debian-unstable-llvm6",
+ "url" : "iamsergio/clazy-debian-unstable",
+ "prefix" : "/usr/lib/llvm-6/"
+ },
+ {
+ "name" : "debian-unstable-llvm7",
+ "url" : "iamsergio/clazy-debian-unstable",
+ "prefix" : "/usr/lib/llvm-7/",
+ "llvm_root" : "/usr/lib/llvm-7/"
+ }
+ ]
+}