mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 10:54:05 -05:00
16 lines
323 B
JSON
Executable File
16 lines
323 B
JSON
Executable File
{
|
|
"name": "outcome-run-tests",
|
|
"version-string": "0",
|
|
"port-version": 1,
|
|
"description": "Ensures that outcome built with vcpkg version of dependencies produces working executables.",
|
|
"supports": "x64",
|
|
"dependencies": [
|
|
{
|
|
"name": "outcome",
|
|
"features": [
|
|
"run-tests"
|
|
]
|
|
}
|
|
]
|
|
}
|