diff options
| author | myd7349 <myd7349@gmail.com> | 2020-06-11 16:00:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 01:00:07 -0700 |
| commit | cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457 (patch) | |
| tree | 1140aa6313490c4dd3d6c5b60b5e6ac100a86c84 /scripts | |
| parent | 1901067fc673c25b76a67cc2d18d0d827e9e59b0 (diff) | |
| download | vcpkg-cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457.tar.gz vcpkg-cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457.zip | |
[licensepp] Add new port (#11711)
* [licensepp] Add new port
* [cryptopp-pem] Update to a newer version that will make lincensepp happy
* Revert "[cryptopp-pem] Update to a newer version that will make lincensepp happy"
This reverts commit 726e3ce3d20bc6266bc7bf63cb35572fe297869f.
This version can not compile with cryptopp.
* [licensepp] Finish it
* [licensepp] Fix interface include directory
* [licensepp] Fixup cmake targets
* [licensepp] -O3 is not recognised by msvc
* [licensepp] Fix _iterator_debug_level value mismatch
* [licensepp] Update patch file
* [licensepp] Fail fast on UWP
* [licensepp] Simplify patch file
* [licensepp] Tabs -> Spaces
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index dbb69ed08..362035c12 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -989,6 +989,8 @@ libxslt:x64-uwp=fail libyuv:arm-uwp=fail
libyuv:x64-uwp=fail
libzippp:x64-linux=ignore
+licensepp:arm-uwp=fail
+licensepp:x64-uwp=fail
linenoise-ng:arm-uwp=fail
linenoise-ng:x64-uwp=fail
live555:arm64-windows=fail
|
