summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresetsWorkflow/GoodUser.json.in
blob: e71b4ea180fc1e815666c3f23dc4a12c33062cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": 6,
  "workflowPresets": [
    {
      "name": "GoodUser",
      "steps": [
        {
          "type": "configure",
          "name": "default"
        }
      ]
    }
  ]
}