mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[sqlite-orm] test feature unsupport uwp (#35390)
* test unsupport uwp * update version
This commit is contained in:
parent
4cac260c4b
commit
547e01527c
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sqlite-orm",
|
"name": "sqlite-orm",
|
||||||
"version": "1.8.2",
|
"version": "1.8.2",
|
||||||
|
"port-version": 1,
|
||||||
"description": "SQLite ORM light header only library for modern C++",
|
"description": "SQLite ORM light header only library for modern C++",
|
||||||
"homepage": "https://github.com/fnc12/sqlite_orm",
|
"homepage": "https://github.com/fnc12/sqlite_orm",
|
||||||
"license": "AGPL-3.0-or-later OR MIT",
|
"license": "AGPL-3.0-or-later OR MIT",
|
||||||
@ -21,6 +22,7 @@
|
|||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"description": "Build sqlite_orm unit tests",
|
"description": "Build sqlite_orm unit tests",
|
||||||
|
"supports": "!uwp",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"catch2"
|
"catch2"
|
||||||
]
|
]
|
||||||
|
@ -8122,7 +8122,7 @@
|
|||||||
},
|
},
|
||||||
"sqlite-orm": {
|
"sqlite-orm": {
|
||||||
"baseline": "1.8.2",
|
"baseline": "1.8.2",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"sqlite3": {
|
"sqlite3": {
|
||||||
"baseline": "3.43.2",
|
"baseline": "3.43.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "13e0d0b90109dcaf60af5d316ece18d4cf6ef50e",
|
||||||
|
"version": "1.8.2",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d46221e51b059d05e7f65620b5e377fdc3673d74",
|
"git-tree": "d46221e51b059d05e7f65620b5e377fdc3673d74",
|
||||||
"version": "1.8.2",
|
"version": "1.8.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user