mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
👷 there is no cmake in the osx image
This commit is contained in:
parent
c6fbd305b0
commit
2e5208d5cd
@ -47,8 +47,8 @@
|
||||
},
|
||||
"osx": {
|
||||
"buildenv": "osx",
|
||||
"builddeps": ["build-essential", "cmake"],
|
||||
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
|
||||
"builddeps": ["build-essential"],
|
||||
"buildcmd": ["make check"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user