Release 2.2.0: server included, ID-22 supported (#76)

This commit is contained in:
LiteSpeed Tech 2019-09-11 11:27:58 -04:00 committed by GitHub
parent 8cba36d873
commit 5392f7a3b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
221 changed files with 113761 additions and 4563 deletions

View file

@ -9,10 +9,13 @@ task:
# This is so that both GQUIC and IETF branches build. Just picking
# a known good revision:
- git checkout 32e59d2d3264e4e104b355ef73663b8b79ac4093
- patch -p1 -i ../patches/boringssl-meds.patch
- cmake .
- make
- cd -
script:
- git submodule init
- git submodule update
- cmake -DBORINGSSL_DIR=$PWD/boringssl .
- make
- make test