diff options
| author | Kotaro Inoue <k.musaino@gmail.com> | 2020-01-31 05:55:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 12:55:19 -0800 |
| commit | 9986c559b8c90a760b2639b674b841908f34d594 (patch) | |
| tree | f3e2f12018067c5b7930ddb032495903629de165 /scripts | |
| parent | 3cc9a6f743e42a189ca39ce28dab8904a5afa1f9 (diff) | |
| download | vcpkg-9986c559b8c90a760b2639b674b841908f34d594.tar.gz vcpkg-9986c559b8c90a760b2639b674b841908f34d594.zip | |
[seal] Add new port (#9698)
* Add Microsoft SEAL as a new port
* Fix to choose either static or shared binaries
* Fix to fail port install on Windows platforms
* Fix to enable a command line build on windows
* Fix to fail port install on UWP
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 02da3bcd9..e82bf9276 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1534,6 +1534,8 @@ sdl2-mixer:arm-uwp=fail sdl2-mixer:x64-uwp=fail
sdl2-net:arm-uwp=fail
sdl2-net:x64-uwp=fail
+seal:arm-uwp=fail +seal:x64-uwp=fail secp256k1:x64-linux=fail
secp256k1:x64-osx=fail
selene:x64-linux=ignore
|
