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.1.2

_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 Jun 28, 2024
1 parent b208c2b commit 7fa8404
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.1.2/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.1.2", compatibility_level = 1)

bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True)
18 changes: 18 additions & 0 deletions modules/rules_doxygen/1.1.2/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"]
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.1.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-NOY6GxBdOJkvoo629d7zoawj06uVE59felBRlYnlyyw=",
"strip_prefix": "rules_doxygen-1.1.2",
"url": "https://github.com/TendTo/rules_doxygen/releases/download/1.1.2/rules_doxygen-1.1.2.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 @@ -13,7 +13,8 @@
"versions": [
"1.0.0",
"1.1.0",
"1.1.1"
"1.1.1",
"1.1.2"
],
"yanked_versions": {}
}

0 comments on commit 7fa8404

Please sign in to comment.