aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json
blob: 9c453dd098f43dbefca1c69a0b11ebfc3233e7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "vcpkg-ci-mimalloc",
  "version": "2.2.3",
  "description": "Validates mimalloc",
  "dependencies": [
    "mimalloc",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "ci": {
      "description": "Test feature permutation",
      "dependencies": [
        {
          "name": "mimalloc",
          "features": [
            "override"
          ],
          "platform": "native & !(windows & static)"
        },
        {
          "name": "mimalloc",
          "features": [
            "secure"
          ],
          "platform": "arm64 & static"
        }
      ]
    }
  }
}