mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
appveyor: add JOSE target
This commit is contained in:
parent
9c7162f253
commit
c74e4995bf
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
environment:
|
||||
matrix:
|
||||
- LWS_METHOD: jose
|
||||
CMAKE_ARGS: -DLWS_WITH_JOSE=1
|
||||
|
||||
- LWS_METHOD: x64
|
||||
CMAKE_ARGS: -DCMAKE_GENERATOR_PLATFORM=x64 -DLWS_WITH_HTTP2=1 -DLWS_WITH_PLUGINS=1 -DLIBUV_INCLUDE_DIRS=C:\assets\libuv64\include -DLIBUV_LIBRARIES=C:\assets\libuv64\libuv.lib
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue