aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-09-22 23:49:15 +0100
committerSergio Martins <smartins@kde.org>2018-09-22 23:50:50 +0100
commit91f8de63fed200943af81313f05124d7c71f10d7 (patch)
tree1066879264d5177f16f9e92dbcd5d79e21313d4d
parent1d9e3df7ddc625fdb84804b698b23a7d994eceec (diff)
Cleanup the list of docker containers
Removed ubuntu 16.04 since llvm 3.8 isn't spported anymore. Removed archlinux, since I already test it on it as my native env, will add some other distro in its place. Added a comment property just to list the llvm and Qt version, just for info
-rw-r--r--tests/docker/conf.json22
1 files changed, 8 insertions, 14 deletions
diff --git a/tests/docker/conf.json b/tests/docker/conf.json
index 3059bb11..cac0a1aa 100644
--- a/tests/docker/conf.json
+++ b/tests/docker/conf.json
@@ -3,34 +3,28 @@
{
"name" : "ubuntu-17.04",
"url" : "iamsergio/clazy-ubuntu-17.04",
- "prefix" : "/usr/"
- },
- {
- "name" : "ubuntu-16.04",
- "url" : "iamsergio/clazy-ubuntu-16.04",
- "prefix" : "/usr/"
+ "prefix" : "/usr/",
+ "comment" : "llvm-4;Qt-5.7.1"
},
{
"name" : "opensuse-tumbleweed",
"url" : "iamsergio/clazy-opensuse-tumbleweed",
- "prefix" : "/usr/"
- },
- {
- "name" : "archlinux",
- "url" : "iamsergio/clazy-archlinux",
- "prefix" : "/usr/"
+ "prefix" : "/usr/",
+ "comment" : "llvm-6;Qt-5.11.1"
},
{
"name" : "debian-unstable-llvm6",
"url" : "iamsergio/clazy-debian-unstable",
- "prefix" : "/usr/lib/llvm-6/"
+ "prefix" : "/usr/lib/llvm-6/",
+ "comment" : "llvm6;Qt-5.11.1"
},
{
"name" : "debian-unstable-llvm7",
"url" : "iamsergio/clazy-debian-unstable",
"prefix" : "/usr/lib/llvm-7/",
"llvm_root" : "/usr/lib/llvm-7/",
- "ignore_checks" : "qcolor-from-literal"
+ "ignore_checks" : "qcolor-from-literal",
+ "comment" : "llvm7;Qt-5.11.1"
}
]
}