Skip to main content

a native code builder using git, github service and cmake

Project description

Code factory is a python tool for native code building, testing and deploying. It connect with some famous C/C++ build tools and Github platform.

We use tools listed below:

  • GCC/Clang for C/C++ compiler

  • CMake with makefile or ninja or VS or xcode

  • Google Test for testing

  • Git and Github for code version contorl

  • Travis CI and AppVeyor for all platform building and testing

  • Github Release for deploy code

  • conan for package manager

It’s an easy use tools, and can be used to get the newest build tools

Some actions are support:

  • init: initialize the code repository

  • build: for running CMake build in one action

  • clean: clean all middle files

  • depclean: clean all with release file

  • install: install a new C/C++ package with conan

  • run: run the default executable file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codefactory-0.3.0.tar.gz (27.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page