mirror of
https://github.com/nlohmann/json.git
synced 2026-02-28 06:16:24 +00:00
👷 fixing build command
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"xenial-amd64": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": ["build-essential", "cmake"],
|
||||
"buildcmd": ["mkdir cm ; cd cm ; cmake .. ; cbuild . ; ctest"]
|
||||
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user