Stormwater-Management-Model icon indicating copy to clipboard operation
Stormwater-Management-Model copied to clipboard

Add toolkit function for build info in json format

Open michaeltryby opened this issue 2 years ago • 1 comments

{
    "project": "SWMM",
    "organization": "Open_Water_Analytics",
    "version": {
        "string": "5.1.14",
        "major": "5",
        "minor": "1",
        "patch": "14"
    },
    "git_hash": "6d74d607553c3edc7004192b6e847fa79cbd117d",
    "platform": "Darwin",
    "complier": {
        "id": "AppleClang",
        "version": "13.0.0.13000029"
    },
    "build_id": "2021-11-08T16:06:48Z"
}

We could simplify the CI scripts using something like this.

michaeltryby avatar Nov 08 '21 16:11 michaeltryby