diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json new file mode 100644 index 0000000..2740268 --- /dev/null +++ b/.bcr/metadata.template.json @@ -0,0 +1,7 @@ +{ + "homepage": "https://github.com/lalten/rules_appimage", + "maintainers": [], + "repository": ["github:lalten/rules_appimage"], + "versions": [], + "yanked_versions": {} +} diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml new file mode 100644 index 0000000..dc7b25c --- /dev/null +++ b/.bcr/presubmit.yml @@ -0,0 +1,9 @@ +bcr_test_module: + module_path: "" + matrix: + platform: [macos, ubuntu2004] + tasks: + run_tests: + name: Run tests + platform: ${{ platform }} + test_targets: [//...] diff --git a/.bcr/source.template.json b/.bcr/source.template.json new file mode 100644 index 0000000..4f14819 --- /dev/null +++ b/.bcr/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "", + "strip_prefix": "{REPO}-{VERSION}", + "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" +}