1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 12:30:06 +00:00

👷 fixed buildenv values

This commit is contained in:
Niels Lohmann 2019-03-24 00:11:20 +01:00
parent bc5089e803
commit 6e3e2ee2e4
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -1,7 +1,7 @@
{
"targets": {
"raspbian-jessie": {
"buildenv": "xenial-amd64",
"buildenv": "raspbian-jessie",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",
@ -13,7 +13,7 @@
]
},
"fedora24-x86_64": {
"buildenv": "xenial-amd64",
"buildenv": "edora24-x86_64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",
@ -25,7 +25,7 @@
]
},
"centos7-x86_64": {
"buildenv": "xenial-amd64",
"buildenv": "centos7-x86_64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",