[sqlite-orm] test feature unsupport uwp (#35390)

* test unsupport uwp

* update version
This commit is contained in:
jim wang 2023-11-30 11:02:33 +08:00 committed by GitHub
parent 4cac260c4b
commit 547e01527c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -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"
] ]

View File

@ -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",

View File

@ -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",