Closed kindermoumoute closed 8 years ago
As a plugin developer, I want to run consistency tests and builds in all my Snap plugin repos:
make test-small
make check
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
Makefile
scripts/test.sh
scripts/deps.sh
scripts/build.sh
scripts/common.sh
EDIT: may need to change .Travis.yml too.
.Travis.yml
addressed by PR #18
As a plugin developer, I want to run consistency tests and builds in all my Snap plugin repos:
make test-small
.make check
.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.