Skip to main content

This is automation tools

Project description

vvmake

one man call him self AV. so he`s make call VVMAKE.

pip install vvmake

vvmake_config.py

you mast add this py file to your project root dir. for example:

from vvmakelib import vv

def dependency():
    if vv.FIND("include/pcl.h"):
        print("error")
        return False
    return True

def make():
	OPT = ""
    vv.CMAKE(OPT)

def install():
    vv.INSTALL()

def package():
    vv.PACKAGE()

vvmake.py


python vvmake.py build -pdir ./ -idir d:/dev
python vvmake.py install
python vvmake.py test
python vvmake.py package


python vvmake.py build -pdir testproject -idir d:/dev

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

vvmake-0.3.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

vvmake-0.3.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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