Skip to content

Commit 918ea9f

Browse files
authored
Add Catch2 v3.5.1 (#1244)
1 parent 24faa83 commit 918ea9f

File tree

5 files changed

+49
-1
lines changed

5 files changed

+49
-1
lines changed

modules/catch2/3.5.1/MODULE.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module(
2+
name = "catch2",
3+
version = "3.5.1",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -1,3 +1,7 @@
4+
-module(name = "catch2")
5+
+module(
6+
+ name = "catch2",
7+
+ version = "3.5.1",
8+
+ compatibility_level = 1,
9+
+)
10+
11+
bazel_dep(name = "bazel_skylib", version = "1.5.0")

modules/catch2/3.5.1/presubmit.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- windows
7+
tasks:
8+
verify_targets:
9+
name: Verify build targets
10+
platform: ${{ platform }}
11+
build_flags:
12+
- --cxxopt=-std=c++14
13+
build_targets:
14+
- '@catch2//:catch2'
15+
- '@catch2//:catch2_main'

modules/catch2/3.5.1/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.1.tar.gz",
3+
"integrity": "sha256-ScPKemjxyOxxMHc2vG7RT+whYxcH4b6a9F2vQDfnWgg=",
4+
"strip_prefix": "Catch2-3.5.1",
5+
"patch_strip": 0,
6+
"patches": {
7+
"module_dot_bazel.patch": "sha256-BvVOnQ8fexi6kxs2OkwTmI6/H/Qc46MSstLIhfXm+Ik="
8+
}
9+
}

modules/catch2/metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"email": "[email protected]",
66
"github": "curoky",
77
"name": "curoky"
8+
},
9+
{
10+
"email": "[email protected]",
11+
"github": "Vertexwahn",
12+
"name": "Julian Amann"
813
}
914
],
1015
"repository": [
@@ -14,7 +19,8 @@
1419
"3.2.1",
1520
"3.3.0",
1621
"3.4.0",
17-
"3.5.0"
22+
"3.5.0",
23+
"3.5.1"
1824
],
1925
"yanked_versions": {}
2026
}

0 commit comments

Comments
 (0)