Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
publish-to-bcr-bot[bot] authored Nov 18, 2024
1 parent 457cfe6 commit 8aa810c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
5 changes: 5 additions & 0 deletions modules/rules_doxygen/1.3.0/MODULE.bazel
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)
18 changes: 18 additions & 0 deletions modules/rules_doxygen/1.3.0/presubmit.yml
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"
5 changes: 5 additions & 0 deletions modules/rules_doxygen/1.3.0/source.json
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"
}
3 changes: 2 additions & 1 deletion modules/rules_doxygen/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"1.1.1",
"1.1.2",
"1.1.3",
"1.2.0"
"1.2.0",
"1.3.0"
],
"yanked_versions": {}
}

0 comments on commit 8aa810c

Please sign in to comment.