deploy: be72696944
This commit is contained in:
parent
aea3af3c53
commit
9859eb13b2
|
@ -230,7 +230,7 @@ Example assumes that MS Visual Studio and Ninja are installed on the host machin
|
||||||
name = "hello",
|
name = "hello",
|
||||||
# This option can be omitted
|
# This option can be omitted
|
||||||
generate_args = [
|
generate_args = [
|
||||||
"-G \"Visual Studio 15 2017\"",
|
"-G \"Visual Studio 16 2019\"",
|
||||||
"-A Win64",
|
"-A Win64",
|
||||||
],
|
],
|
||||||
lib_source = ":srcs",
|
lib_source = ":srcs",
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
|
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
|
||||||
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
|
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
|
||||||
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
|
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
|
||||||
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/776f199f5d8fbe46b13951bff7f4ae8216ff7caf">776f199</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
|
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/be7269694444249ee48ac7bca285bc4443b127f9">be72696</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
|
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
|
||||||
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
|
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
|
||||||
|
@ -167,8 +167,8 @@ http_archive(
|
||||||
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
|
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
|
||||||
#
|
#
|
||||||
# sha256 = "...",
|
# sha256 = "...",
|
||||||
strip_prefix = "rules_foreign_cc-776f199f5d8fbe46b13951bff7f4ae8216ff7caf",
|
strip_prefix = "rules_foreign_cc-be7269694444249ee48ac7bca285bc4443b127f9",
|
||||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/776f199f5d8fbe46b13951bff7f4ae8216ff7caf.tar.gz",
|
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/be7269694444249ee48ac7bca285bc4443b127f9.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
|
<h1 id="rules-foreigncc"><a class="header" href="#rules-foreigncc">Rules ForeignCc</a></h1>
|
||||||
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
|
<p>Rules for building C/C++ projects using foreign build systems (non Bazel) inside Bazel projects.</p>
|
||||||
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
|
<table><thead><tr><th>Release</th><th>Commit</th><th>Status</th></tr></thead><tbody>
|
||||||
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/776f199f5d8fbe46b13951bff7f4ae8216ff7caf">776f199</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
|
<tr><td>main</td><td><a href="https://github.com/bazelbuild/rules_foreign_cc/commit/be7269694444249ee48ac7bca285bc4443b127f9">be72696</a></td><td><a href="https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main"><img src="https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main" alt="Build status" /></a></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
|
<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
|
||||||
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
|
<p>Rules ForeignCc is designed to help users build projects that are not built by Bazel and also
|
||||||
|
@ -168,8 +168,8 @@ http_archive(
|
||||||
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
|
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
|
||||||
#
|
#
|
||||||
# sha256 = "...",
|
# sha256 = "...",
|
||||||
strip_prefix = "rules_foreign_cc-776f199f5d8fbe46b13951bff7f4ae8216ff7caf",
|
strip_prefix = "rules_foreign_cc-be7269694444249ee48ac7bca285bc4443b127f9",
|
||||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/776f199f5d8fbe46b13951bff7f4ae8216ff7caf.tar.gz",
|
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/be7269694444249ee48ac7bca285bc4443b127f9.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
||||||
|
@ -272,7 +272,7 @@ Example assumes that MS Visual Studio and Ninja are installed on the host machin
|
||||||
name = "hello",
|
name = "hello",
|
||||||
# This option can be omitted
|
# This option can be omitted
|
||||||
generate_args = [
|
generate_args = [
|
||||||
"-G \"Visual Studio 15 2017\"",
|
"-G \"Visual Studio 16 2019\"",
|
||||||
"-A Win64",
|
"-A Win64",
|
||||||
],
|
],
|
||||||
lib_source = ":srcs",
|
lib_source = ":srcs",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue