Skip to content

Commit 4a99d02

Browse files
committed
chore: update CI and build scripts
1 parent b19b4d3 commit 4a99d02

9 files changed

Lines changed: 857 additions & 4145 deletions

File tree

.github/workflows/ci.yml

Lines changed: 146 additions & 112 deletions
Large diffs are not rendered by default.

README.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ these per-commit analyses:
8484
* Compilation and tests on Drone.io, Azure Pipelines, Appveyor
8585
* Fuzzing using clang-llvm and machine learning
8686

87-
=== Visual Studio Solution Generation
88-
89-
```
90-
cmake -G "Visual Studio 17 2022" -A win32 -B bin -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="C:/Users/vinnie/src/boost/libs/http_proto/cmake/toolchains/msvc.cmake"
91-
cmake -G "Visual Studio 17 2022" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="C:/Users/vinnie/src/boost/libs/http_proto/cmake/toolchains/msvc.cmake"
92-
```
93-
9487
=== License
9588

9689
Distributed under the Boost Software License, Version 1.0.

doc/antora.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ ext:
1212
cpp-reference:
1313
config: doc/mrdocs.yml
1414
cpp-tagfiles:
15-
files:
16-
- file: ./doc/tagfiles/boost-http_proto-doxygen.tag.xml
17-
base_url: 'xref:reference:'
1815
using-namespaces:
1916
- boost::http_proto

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xref:2.messages.adoc[]
33
* xref:sans_io_philosophy.adoc[]
44
* xref:http_protocol_basics.adoc[]
5-
* xref:header_containers.adoc[]
5+
// * xref:header_containers.adoc[]
66
* xref:message_bodies.adoc[]
77
* Serializing
88
* Parsing

doc/package-lock.json

Lines changed: 682 additions & 1400 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"devDependencies": {
3-
"@antora/cli": "3.1.3",
4-
"@antora/site-generator": "3.1.3",
5-
"antora": "3.1.3"
3+
"@antora/cli": "3.1.14",
4+
"@antora/site-generator": "3.1.14",
5+
"antora": "3.1.14"
66
},
77
"dependencies": {
8-
"@cppalliance/antora-cpp-reference-extension": "^0.0.6",
9-
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
10-
"@cppalliance/asciidoctor-boost-links": "^0.0.2",
11-
"@antora/expand-path-helper": "^2.0.0",
12-
"@antora/lunr-extension": "^1.0.0-alpha.8",
13-
"@asciidoctor/tabs": "^1.0.0-beta.3"
8+
"@antora/expand-path-helper": "^3.0.0",
9+
"@antora/lunr-extension": "^1.0.0-alpha.12",
10+
"@asciidoctor/tabs": "^1.0.0-beta.6",
11+
"@cppalliance/antora-cpp-reference-extension": "^0.1.0",
12+
"@cppalliance/antora-cpp-tagfiles-extension": "^0.1.0",
13+
"@cppalliance/antora-downloads-extension": "^0.0.2",
14+
"@cppalliance/asciidoctor-boost-links": "^0.0.2"
1415
}
1516
}

0 commit comments

Comments
 (0)