Skip to content

Releases: bincrafters/bincrafters-package-tools

Build Boost as C++

26 Jan 23:59
Compare
Choose a tag to compare
  • Added pure_c=False when build Boost packages
  • Boost build all packages or STATIC or shared. Mixed packages will not be built
  • Skip MT (runtime) when build Boost

Cutomize Bintray repository

26 Jan 11:56
Compare
Choose a tag to compare

Added environment variable BINTRAY_REPOSITORY to customize Bintray repository name.
By default, this name uses "conan-public" to solve Bincrafters' repository.

Add Circle CI support

26 Jan 11:53
Compare
Choose a tag to compare

Now we brought Circle CI to Bincrafters.

  • Solve Circle CI env vars to collect username and repository name.

Fix option regex

24 Jan 14:24
Compare
Choose a tag to compare

Now its possible to use multline options

Solve custom remotes

18 Jan 13:13
Compare
Choose a tag to compare
  • Add Bincrafters as remote when username is not bincrafters

Skip conan install

09 Jan 01:10
Compare
Choose a tag to compare
  • Remove unused packages (requirements)

modular package

06 Jan 11:05
Compare
Choose a tag to compare
  • build, test and deploy using Travis CI
  • execute all unit test with pytest
  • code coverage >90%