Commit 7107072f authored by Niels Lohmann's avatar Niels Lohmann

👷 clang for fedora

parent 2cf0f299
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
}, },
"fedora24-x86_64": { "fedora24-x86_64": {
"buildenv": "fedora24-x86_64", "buildenv": "fedora24-x86_64",
"builddeps": ["cmake", "make"], "builddeps": ["cmake", "make", "clang"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] "buildcmd": ["mkdir cm", "cd cm", "CXX=clang++ cmake ..", "cmake --build .", "ctest --output-on-failure"]
}, },
"centos7-x86_64": { "centos7-x86_64": {
"buildenv": "centos7-x86_64", "buildenv": "centos7-x86_64",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment