Create documentation on GHA

This commit is contained in:
Alexander Grund 2020-07-15 17:55:53 +02:00
parent 62494bccfd
commit 3d44f9bfda
No known key found for this signature in database
GPG key ID: E92C451FC21EF13F
6 changed files with 111 additions and 48 deletions

View file

@ -6,9 +6,11 @@
import modules ;
local boost = [ modules.peek : BOOST ] ;
if BOOST_ROOT
{
local boost = [ modules.peek : BOOST_ROOT ] ;
project mock : requirements <include>$(boost) <include>. ;
project mock : requirements <include>$(boost) ;
# This seems to prevent some Boost.Build errors that otherwise occur :-(
use-project /boost : $(boost) ;
#use-project /boost : $(boost) ;
}