Add more tests to Drone CI build

This commit is contained in:
Joe Groocock 2017-08-02 21:57:04 +01:00
parent 9cacdbc869
commit 19acb06af8

View File

@ -16,6 +16,8 @@ pipeline:
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- docker run -tt --rm devbuild /bin/busybox
- docker run -tt --rm devbuild /bin/sh -c 'test -f /lib/libc-*.so'
- export RESULT=$(docker run --name=DEV --rm devbuild /bin/sh -c 'echo This is a test string | md5sum | cut -f1 -d\ ' ) - export RESULT=$(docker run --name=DEV --rm devbuild /bin/sh -c 'echo This is a test string | md5sum | cut -f1 -d\ ' )
- echo $RESULT - echo $RESULT
- test $RESULT = 'b584c39f97dfe71ebceea3fdb860ed6c' - test $RESULT = 'b584c39f97dfe71ebceea3fdb860ed6c'