intelsdi-x / snap-plugin-collector-elasticsearch

Collects Elasticsearch cluster and nodes statistics
http://snap-telemetry.io/
Apache License 2.0
3 stars 14 forks source link

Coherence: tests and builds #15

Closed kindermoumoute closed 8 years ago

kindermoumoute commented 8 years ago

As a plugin developer, I want to run consistency tests and builds in all my Snap plugin repos:

  1. Run the test with make test-small.
  2. Same with make check.
  3. When building, I want my binary to go in build/$OS/$ARCH/.

NB: Influxdb plugin has the most updated scripts. For this plugin: Makefile scripts/test.sh scripts/deps.sh scripts/build.sh scripts/common.sh

EDIT: may need to change .Travis.yml too.

candysmurf commented 8 years ago

addressed by PR #18