👷 added Fedora and CentOS

parent 490c6e92
...@@ -7,8 +7,30 @@ ...@@ -7,8 +7,30 @@
"mkdir build", "mkdir build",
"cd build", "cd build",
"cmake ..", "cmake ..",
"make", "make -j8",
"ctest" "ctest -j8"
]
},
"fedora24-x86_64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make -j8",
"ctest -j8"
]
},
"centos7-x86_64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make -j8",
"ctest -j8"
] ]
} }
} }
......
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