mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Fix OpenSSL builds in GHA CI
This commit is contained in:
committed by
Mohammad Nejati
parent
26714aceee
commit
3e91357daa
@@ -10,7 +10,7 @@
|
||||
alias run-tests :
|
||||
[ compile core.cpp ]
|
||||
[ compile http.cpp ]
|
||||
[ compile ssl.cpp ]
|
||||
[ compile ssl.cpp /boost/beast//lib-asio-ssl ]
|
||||
[ compile version.cpp ]
|
||||
[ compile websocket.cpp ]
|
||||
[ compile zlib.cpp ]
|
||||
|
@@ -19,6 +19,7 @@ local RUN_TESTS ;
|
||||
for local f in $(SOURCES)
|
||||
{
|
||||
RUN_TESTS += [ run $(f)
|
||||
/boost/beast//lib-asio-ssl
|
||||
/boost/beast/test//lib-test
|
||||
] ;
|
||||
}
|
||||
@@ -27,12 +28,14 @@ alias run-tests : $(RUN_TESTS) ;
|
||||
|
||||
exe fat-tests :
|
||||
$(SOURCES)
|
||||
/boost/beast//lib-asio-ssl
|
||||
/boost/beast/test//lib-test
|
||||
;
|
||||
|
||||
explicit fat-tests ;
|
||||
|
||||
run $(SOURCES)
|
||||
/boost/beast//lib-asio-ssl
|
||||
/boost/beast/test//lib-test
|
||||
: : : : run-fat-tests ;
|
||||
|
||||
|
Reference in New Issue
Block a user