Skip to content

Releases: bincrafters/bincrafters-package-tools

Remove args from parameters

29 Oct 20:46
Compare
Choose a tag to compare
Update CI vars

Signed-off-by: Uilian Ries <[email protected]>

Fix boolean treatment for env vars

24 Oct 11:28
2679bbe
Compare
Choose a tag to compare
Merge pull request #14 from bincrafters/hotfix/boolean

Update upload condition

Fix support for CPT > 0.17

03 Oct 00:42
e5a81a9
Compare
Choose a tag to compare

Enable versionless recipes

22 Sep 06:23
Compare
Choose a tag to compare

New recipes done with python_requires (including new modular boost) will not have a version in the recipe itself. This was causing an error, as the recipe was always being parsed for a version, even though if a version was found in branch name, the recipe version was not used. This version fixes that.

Build policy support

18 May 13:12
Compare
Choose a tag to compare

Add build policy as builder argument

Revert default Conan login username

22 Apr 13:10
Compare
Choose a tag to compare

Fixes

  • Prevent to break users using conan login username

Bincrafters' Login username

20 Apr 11:58
Compare
Choose a tag to compare

Features

  • Add Bincrafters' login username to avoid to set on each new project by env var

Only build x86_64 on MacOS

02 Feb 11:01
86aca39
Compare
Choose a tag to compare

Add new important rule:

  • When CONAN_ARCHS is not defined, then use only x86_64

Also, I added new tests running over both 3 platforms.

Patched for Conan issue 2391

02 Feb 11:01
Compare
Choose a tag to compare

Only upload packages when create tag

27 Jan 01:10
Compare
Choose a tag to compare

Avoid to upload non-tags