commit | b2196ac811eec3c245d3a289e09d28b2bbb329de | [log] [tgz] |
---|---|---|
author | fgreg <fgreguska+github@gmail.com> | Wed Oct 03 15:46:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 03 15:46:50 2018 -0700 |
tree | 1b58bbde8f01bf1d0ba4695bde3290d8ad6e1dbf | |
parent | cbcaa5460b97f4e3dd788c06c1477985339d74df [diff] |
SDAP-48 Build Pipeline for nexusproto (#4) * trying out this pipeline stuff * trying assemble * trying with docker * removed label * changed task * trying different pattern. * fixed project name and made sure python version stays in sync with the gradle project version. * doing it correctly now. * Working jenkins build.
This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
Run ./gradlew clean build install
cd into /build/python/nexusproto
Setup a separate conda env or activate an existing one
conda create --name nexus-messages python source activate nexus-messages
Install Conda dependencies
conda install numpy
Run python setup.py install