Skip to content

Commit 3a0d037

Browse files
wep21filmil
authored andcommitted
feat: add cmake configure file 0.1.2 (bazelbuild#4028)
- as title Signed-off-by: wep21 <[email protected]>
1 parent 0ccd5e5 commit 3a0d037

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module(name = "cmake_configure_file", version = "0.1.2")
2+
3+
bazel_dep(name = "platforms", version = "0.0.10")
4+
bazel_dep(name = "rules_python", version = "1.0.0")
5+
6+
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
7+
python.toolchain(python_version = "3.12")
8+
use_repo(python, "python_versions")
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- debian11
5+
- ubuntu2004
6+
- ubuntu2204
7+
- ubuntu2404
8+
- macos
9+
- macos_arm64
10+
- windows
11+
bazel: [7.x, 8.x, rolling]
12+
tasks:
13+
verify_targets:
14+
name: Verify build targets
15+
platform: ${{ platform }}
16+
bazel: ${{ bazel }}
17+
build_targets:
18+
- '@cmake_configure_file'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/wep21/cmake_configure_file/releases/download/v0.1.2/cmake_configure_file-0.1.2.tar.gz",
3+
"strip_prefix": "cmake_configure_file-0.1.2",
4+
"integrity": "sha256-+NzyGcBfKGQpzRpvLFBFRIw//1+n5D4nCgPQBGQMjUE="
5+
}

modules/cmake_configure_file/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"versions": [
1414
"0.1.0",
15-
"0.1.1"
15+
"0.1.1",
16+
"0.1.2"
1617
],
1718
"yanked_versions": {}
1819
}

0 commit comments

Comments
 (0)