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 connects 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 control

  • Travis CI and AppVeyor for all platform building and testing

  • Github Release for deploy code

  • conan for the package manager

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

Some actions are supported:

  • init: initialize the code repository

  • build: for running CMake build in one action

  • clean: clean all middle files

  • depclean: clean all with release file

  • test: to run the default google test

  • 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.4.1.tar.gz (2.8 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