Skip to content

Commit a6561bb

Browse files
authored
1 parent 5269024 commit a6561bb

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module(
2+
name = "rules_cpan",
3+
version = "1.1.0",
4+
)
5+
6+
bazel_dep(name = "rules_perl", version = "0.2.4")
7+
bazel_dep(name = "rules_python", version = "0.34.0")
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
matrix:
3+
platform: ["debian11", "macos", "ubuntu2204"]
4+
bazel: [6.x, 7.x, 8.0.0rc2]
5+
tasks:
6+
verify_targets:
7+
name: Verify build targets
8+
platform: ${{ platform }}
9+
bazel: ${{ bazel }}
10+
build_targets: ['@rules_cpan//...']
11+
bcr_test_module:
12+
module_path: example
13+
matrix:
14+
platform: ["debian11", "macos", "ubuntu2204"]
15+
bazel: [7.x, 8.0.0rc2]
16+
tasks:
17+
run_test_module:
18+
name: Run test module
19+
platform: ${{ platform }}
20+
bazel: ${{ bazel }}
21+
test_targets: [//...]
22+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-Q0DTeSmLXbawF1bY4aNGQkuVc5gIh4LGGEB1z2KUC0s=",
3+
"strip_prefix": "rules_cpan-1.1.0",
4+
"url": "https://github.com/lalten/rules_cpan/releases/download/v1.1.0/rules_cpan-1.1.0.tar.gz"
5+
}

modules/rules_cpan/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"github:lalten/rules_cpan"
1212
],
1313
"versions": [
14-
"1.0.0"
14+
"1.0.0",
15+
"1.1.0"
1516
],
1617
"yanked_versions": {}
1718
}

0 commit comments

Comments
 (0)