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

👷 using cmake with Doozer

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