Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Add asciidoctor dependency for doc build
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
  • Loading branch information
djarek committed Feb 23, 2019
1 parent 3b3e3b2 commit b554b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ matrix:
packages:
- g++-6
- lcov
- asciidoctor
sources:
- *base_sources
script:
Expand Down
2 changes: 2 additions & 0 deletions tools/user-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ project
<target-os>windows<variant>debug:<library-path>$(OPENSSL_ROOT)/debug/lib
<variant>release:<library-path>$(OPENSSL_ROOT)/lib
;

using asciidoctor ;

0 comments on commit b554b44

Please sign in to comment.