Skip to content

A bazel-friendly blueprint for uploading buildkite pipelines.

License

Notifications You must be signed in to change notification settings

jmelahman/buildprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildprint

Objectives:

Contributing

Run interpretively,

./buildprint/__main__.py

Install locally

Install the package directly,

python setup.py install --user

Build and install locally

python setup.py sdist
pip install dist/*.tar.gz

Or alternatively,

pip install -e .

Note, it's unclear if either of these cythonize the package.

About

A bazel-friendly blueprint for uploading buildkite pipelines.

Resources

License

Stars

Watchers

Forks