Commit 1178a815 authored by Niels Lohmann's avatar Niels Lohmann

👷 using cmake with Doozer

parent 0fffbb84
......@@ -2,8 +2,8 @@
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential"],
"buildcmd": ["make check"]
"builddeps": ["build-essential", "cmake"],
"buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"]
}
}
}
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