Simplify configuration -- use more cmake functions (#62)

This commit is contained in:
Dmitri Tikhonov 2019-02-01 02:12:06 -05:00 committed by LiteSpeed Tech
parent 93b02ebee8
commit b1af35d6c0
4 changed files with 85 additions and 46 deletions

View file

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