Skip to content

Commit

Permalink
feat: add cmake configure file (#1454)
Browse files Browse the repository at this point in the history
* feat: add cmake configure file

Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>

* add github handle

Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>

* update url

Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>

---------

Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
  • Loading branch information
wep21 committed Feb 9, 2024
1 parent b33de95 commit 1e558ea
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/cmake_configure_file/0.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module(name = "cmake_configure_file", version = "0.1.0")

bazel_dep(name = "platforms", version = "0.0.8")
17 changes: 17 additions & 0 deletions modules/cmake_configure_file/0.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@cmake_configure_file'
5 changes: 5 additions & 0 deletions modules/cmake_configure_file/0.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/wep21/cmake_configure_file/releases/download/v0.1.0/cmake_configure_file_v0.1.0.tar.gz",
"strip_prefix": "cmake_configure_file-0.1.0",
"integrity": "sha256-3jNs7rMqmwfWHsVuB8Z77vv0HXHNUiJWTr61kWJcXoQ="
}
17 changes: 17 additions & 0 deletions modules/cmake_configure_file/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/wep21/cmake_configure_file",
"maintainers": [
{
"email": "daisuke.nishimatsu1021@gmail.com",
"github": "wep21",
"name": "Daisuke Nishimatsu"
}
],
"repository": [
"github:wep21/cmake_configure_file"
],
"versions": [
"0.1.0"
],
"yanked_versions": {}
}

0 comments on commit 1e558ea

Please sign in to comment.