Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored Nov 8, 2024
1 parent 5269024 commit a6561bb
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/rules_cpan/1.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "rules_cpan",
version = "1.1.0",
)

bazel_dep(name = "rules_perl", version = "0.2.4")
bazel_dep(name = "rules_python", version = "0.34.0")
22 changes: 22 additions & 0 deletions modules/rules_cpan/1.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
matrix:
platform: ["debian11", "macos", "ubuntu2204"]
bazel: [6.x, 7.x, 8.0.0rc2]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets: ['@rules_cpan//...']
bcr_test_module:
module_path: example
matrix:
platform: ["debian11", "macos", "ubuntu2204"]
bazel: [7.x, 8.0.0rc2]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets: [//...]

5 changes: 5 additions & 0 deletions modules/rules_cpan/1.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-Q0DTeSmLXbawF1bY4aNGQkuVc5gIh4LGGEB1z2KUC0s=",
"strip_prefix": "rules_cpan-1.1.0",
"url": "https://github.com/lalten/rules_cpan/releases/download/v1.1.0/rules_cpan-1.1.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_cpan/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:lalten/rules_cpan"
],
"versions": [
"1.0.0"
"1.0.0",
"1.1.0"
],
"yanked_versions": {}
}

0 comments on commit a6561bb

Please sign in to comment.