Commit 73b28e8f by Niels Lohmann

👷 fixing build command

parent 1178a815
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"xenial-amd64": { "xenial-amd64": {
"buildenv": "xenial-amd64", "buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"], "builddeps": ["build-essential", "cmake"],
"buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"] "buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "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