mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
debug
This commit is contained in:
parent
c6b17ae05e
commit
8f498c7ceb
2 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,8 @@ before_script:
|
|||
# First build external lib
|
||||
- ./ci/build_boringssl.sh
|
||||
# configure lsquic
|
||||
- cmake -DBORINGSSL_INCLUDE=$BORINGSSL_SOURCE/include -DBORINGSSL_LIB=$HOME/tmp/boringssl-libs .
|
||||
script:
|
||||
- echo $BORINGSSL_SOURCE
|
||||
- cmake -DBORINGSSL_INCLUDE=$BORINGSSL_SOURCE/include -DBORINGSSL_LIB=$HOME/tmp/boringssl-libs . script:
|
||||
# Now build lsquic-client
|
||||
- make
|
||||
- make test
|
||||
|
|
|
@ -10,6 +10,7 @@ cd build
|
|||
cmake ..
|
||||
make -j$(nproc)
|
||||
BORINGSSL_SOURCE=$PWD
|
||||
echo $BORINGSSL_SOURCE
|
||||
mkdir -p $HOME/tmp/boringssl-libs
|
||||
cd $HOME/tmp/boringssl-libs
|
||||
ln -s $BORINGSSL_SOURCE/ssl/libssl.a
|
||||
|
|
Loading…
Reference in a new issue