mirror of
https://github.com/nlohmann/json.git
synced 2026-04-03 22:58:52 +00:00
👷 using cmake with Doozer
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user