compose/script
Jean-Christophe Berthon 5193e56a65 Add first attempt at supporting test suite on ARM
Modify `script/test/default` so it supports a first attempt at testing on ARM.
Call the script with: `$ DOCKERFILE=Dockerfile.armhf script/test/default` to
use the Dockerfile.armhf instead of the default Dockerfile for building the image.

However, running the script is not working fully. The problem is that
`dockerswarm/dind` does not provide an ARM image and therefore cannot be executed.
If that is fixed then we should be able to change the script in order to use the ARM
image instead of the default x86_64 image for running further tests.

Signed-off-by: Jean-Christophe Berthon <huygens@berthon.eu>
2017-02-08 12:52:48 +00:00
..
build Fix docker image build script when using universal wheels 2017-01-10 16:43:26 -08:00
release Use correct wheel file name in twine upload command 2017-01-11 15:39:48 -08:00
run Fix path of the parent dir of COMPOSE_FILE 2016-10-25 11:09:45 +02:00
setup Fix openssl dependency in OSX binary build 2016-10-05 17:08:14 -07:00
test Add first attempt at supporting test suite on ARM 2017-02-08 12:52:48 +00:00
travis Upgrade pip on osx 2016-06-30 20:52:15 -04:00
ci Move test scripts to script/test. 2016-02-24 16:24:13 -08:00
clean Fix script/clean on systems where find requires a path argument 2016-01-08 13:10:05 +00:00