mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Simplify configuration -- use more cmake functions (#62)
This commit is contained in:
parent
93b02ebee8
commit
b1af35d6c0
4 changed files with 85 additions and 46 deletions
|
@ -11,10 +11,8 @@ task:
|
|||
- git checkout 32e59d2d3264e4e104b355ef73663b8b79ac4093
|
||||
- cmake .
|
||||
- make
|
||||
- ln -s ssl/libssl.a
|
||||
- ln -s crypto/libcrypto.a
|
||||
- cd -
|
||||
script:
|
||||
- cmake -DBORINGSSL_INCLUDE=$PWD/boringssl/include -DBORINGSSL_LIB=$PWD/boringssl .
|
||||
- cmake -DBORINGSSL_DIR=$PWD/boringssl .
|
||||
- make
|
||||
- make test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue