File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright (c) 2020 Mateusz Loskot <[email protected] >
5
5
# Copyright (c) 2020 Adam Wulkiewicz, Lodz, Poland
6
6
#
7
+ # This file was modified by Oracle on 2024.
8
+ # Modifications copyright (c) 2024 Oracle and/or its affiliates.
9
+ # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
10
+ #
7
11
# Use, modification and distribution is subject to the Boost Software License,
8
12
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9
13
# http://www.boost.org/LICENSE_1_0.txt)
@@ -84,22 +88,13 @@ jobs:
84
88
echo "using xsltproc ;" >> $HOME/user-config.jam
85
89
test -f $HOME/user-config.jam && cat $HOME/user-config.jam
86
90
87
- - name : Install libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk
88
- run : |
89
- cd $BOOST_ROOT
90
- $BOOST_ROOT/b2 variant=release libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk
91
- test -f /usr/local/bin/doxygen_xml2qbk && rm -rf /usr/local/bin/doxygen_xml2qbk
92
- sudo cp $BOOST_ROOT/dist/bin/doxygen_xml2qbk /usr/local/bin/
93
- ls -l /usr/local/bin/b2
94
- doxygen_xml2qbk --version
95
-
96
- - name : Build libs/geometry/doc/src/examples
91
+ - name : Build examples
97
92
run : |
98
93
cd $BOOST_ROOT
99
94
$BOOST_ROOT/b2 libs/geometry/doc/src/examples
100
95
101
- - name : Run libs/geometry/doc/make_qbk.py
96
+ - name : Build documentation
102
97
run : |
103
98
cd $BOOST_ROOT
104
99
cd libs/geometry/doc
105
- python ./make_qbk.py
100
+ $BOOST_ROOT/b2
You can’t perform that action at this time.
0 commit comments