Adding travis CI file
Build multiple archs Trying to enable experimental server mode And again And Again And again..... ... and again More Trying with qemu Trying with multiple dockerfiles More This should work Gah Trying to get sed to work Should work on Linux now Tidying up build script
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
language: bash
|
||||
script:
|
||||
- |
|
||||
# echo "Updating Docker to have docker manifest command"
|
||||
curl https://get.docker.com | sh
|
||||
# echo "Enabling docker client experimental features"
|
||||
mkdir -p ~/.docker
|
||||
echo '{ "experimental": "enabled" }' > ~/.docker/config.json
|
||||
docker version
|
||||
# prepare qemu
|
||||
- sudo apt-get install qemu-user
|
||||
- ./build.sh
|
||||
Reference in New Issue
Block a user