-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dropped support for multiple property sets in build request
- Loading branch information
1 parent
d1fe429
commit 0d63592
Showing
5 changed files
with
18 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ci | ||
name: Build | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
:toc: preamble | ||
|
||
image:https://api.bintray.com/packages/grisumbras/conan/b2-helper%3Agrisumbras/images/download.svg[Download,link=https://bintray.com/grisumbras/conan/b2-helper%3Agrisumbras/_latestVersion] | ||
image:https://github.com/grisumbras/b2-helper/workflows/ci/badge.svg[Build status,link=https://github.com/grisumbras/b2-helper/actions] | ||
image:https://github.com/grisumbras/b2-helper/workflows/Build/badge.svg?branch=master[Build status,link=https://github.com/grisumbras/b2-helper/actions] | ||
|
||
____ | ||
https://conan.io[Conan] buid helper for projects that use | ||
https://conan.io[Conan] build helper for projects that use | ||
https://boostorg.github.io/build[Boost.Build] | ||
____ | ||
|
||
|
@@ -24,7 +24,7 @@ package: | |
[source,python] | ||
---- | ||
from conans import python_requires | ||
b2 = python_requires("b2-helper/[>=0.1]@grisumbras/testing") | ||
b2 = python_requires("b2-helper/[>=0.7.0]@grisumbras/stable") | ||
---- | ||
|
||
== Usage | ||
|
@@ -188,8 +188,7 @@ class MyConan(ConanFile): | |
* `package_folder` path to folder that will contain install artifacts. | ||
* `project_config` path to created project configuration file. | ||
* `executable` Boost.Build executable that will be used. | ||
* `properties` a collection of property sets that will be used in build | ||
request. | ||
* `properties` property set that will be used in build request. | ||
* `options` a collection of CLI options. | ||
|
||
|
||
|
@@ -199,9 +198,6 @@ TBD | |
=== `class OptionsProxy` | ||
TBD | ||
|
||
=== `class PropertiesProxy` | ||
TBD | ||
|
||
=== `class PropertySet` | ||
TBD | ||
|
||
|
@@ -212,4 +208,4 @@ Dmitry Arkhipov <[email protected]> | |
Patches welcome! | ||
|
||
== License | ||
link:LICENSE[BSL-1.0] (C) 2018 Dmitry Arkhipov | ||
link:LICENSE[BSL-1.0] (C) 2018-2019 Dmitry Arkhipov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters