Private
Public Access
2
0

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:
Nicolas Oliver
2017-05-23 16:23:56 -03:00
committed by Brendan Le Foll
parent 131ff46a0d
commit 79da382832
5 changed files with 239 additions and 44 deletions

View File

@@ -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()'"
}
}