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

cd source_dir

vvmake build -idir d:/dev
vvmake build -debug
vvmake build -debug -static

vvmake install
vvmake install -debug
vvmake install -debug -static

vvmake test

vvmake package

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.5.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

vvmake-0.3.5-py3-none-any.whl (8.4 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