Skip to content

Commit

Permalink
Add rules_shtk 1.7.0 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmv authored Nov 6, 2023
1 parent 79ebb91 commit 7511b08
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
34 changes: 34 additions & 0 deletions modules/rules_shtk/1.7.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2023 Julio Merino
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of rules_shtk nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

module(
name = "rules_shtk",
version = "1.7.0",
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
27 changes: 27 additions & 0 deletions modules/rules_shtk/1.7.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@rules_shtk//:all'

bcr_test_module:
module_path: examples/binary
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
build_targets:
- //...
5 changes: 5 additions & 0 deletions modules/rules_shtk/1.7.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-+keJHyfY1ZYJcys03IgCAzG4G5dny9cglP7Bvor0rfw=",
"strip_prefix": "rules_shtk-1.7.0",
"url": "https://github.com/jmmv/rules_shtk/releases/download/rules_shtk-1.7.0/rules_shtk-1.7.0.tar.gz"
}
17 changes: 17 additions & 0 deletions modules/rules_shtk/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/jmmv/rules_shtk#readme",
"maintainers": [
{
"email": "[email protected]",
"github": "jmmv",
"name": "Julio Merino"
}
],
"repository": [
"github:jmmv/rules_shtk"
],
"versions": [
"1.7.0"
],
"yanked_versions": {}
}

0 comments on commit 7511b08

Please sign in to comment.