We need to use docker here as travis only provides Ubuntu 14.04 based images which are not enough for us to build everything.
3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
docker pull ubuntu:16.04
|
|
docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh
|