travis: migrate travis plans to run in a Docker container
Add Dockerfile to create build environment for mraa Add docker-compose.yaml file to easily execute build tasks Add .dockerignore file Modify .travis.yaml file to use docker and docker-compose for building Modify package.json.cmake to run a simple load test for node.js Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
131ff46a0d
commit
79da382832
@@ -12,5 +12,8 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"version": "@VERSION@",
|
||||
"authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
|
||||
"authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors",
|
||||
"scripts": {
|
||||
"test": "node -p -e 'require(\".\").getVersion()'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user