-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/TendTo/rules_doxygen/releases/tag/1.3.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Ernesto Casablanca <null>
- Loading branch information
1 parent
457cfe6
commit 8aa810c
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"""rules_doxygen module""" | ||
module(name = "rules_doxygen", version = "1.3.0", compatibility_level = 1) | ||
|
||
bazel_dep(name = "platforms", version = "0.0.10") | ||
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
bcr_test_module: | ||
module_path: "examples" | ||
matrix: | ||
platform: ["fedora40", "ubuntu2204", "windows", "macos"] | ||
bazel: [7.x] | ||
tasks: | ||
run_tests: | ||
name: "Build example modules" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- "//base:doxygen" | ||
- "//latex:doxygen" | ||
- "//doxyfile:doxygen" | ||
- "//nested:doxygen" | ||
- "//custom:doxygen" | ||
- "//awesome:doxygen" | ||
- "//kwargs:doxygen" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-9UpzurlWxx76F8kIxAbIJ9GN0W8kmOCWWPjZG3tenj8=", | ||
"strip_prefix": "rules_doxygen-1.3.0", | ||
"url": "https://github.com/TendTo/rules_doxygen/releases/download/1.3.0/rules_doxygen-1.3.0.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,8 @@ | |
"1.1.1", | ||
"1.1.2", | ||
"1.1.3", | ||
"1.2.0" | ||
"1.2.0", | ||
"1.3.0" | ||
], | ||
"yanked_versions": {} | ||
} |