1
0
mirror of https://github.com/tomeshnet/prototype-cjdns-pi synced 2025-10-05 15:42:45 +02:00

Move travis docker files to directory

This commit is contained in:
Benedict Lau
2017-04-01 23:30:50 -04:00
parent 47c51ba85d
commit afdc2e3732
3 changed files with 5 additions and 4 deletions

View File

@@ -14,9 +14,10 @@ env:
- DISTRO=latest
script:
- cp /usr/bin/qemu-arm-static ${DISTRO}/
- docker build -t tomeshnet/prototype-cjdns-pi:${DISTRO} ${DISTRO}/
- cp /usr/bin/qemu-arm-static travis/${DISTRO}/
- docker build -t tomeshnet/prototype-cjdns-pi:${DISTRO} travis/${DISTRO}/
# Validate install script download and make executable
- docker run tomeshnet/prototype-cjdns-pi:${DISTRO} /bin/sh -c "wget https://raw.githubusercontent.com/tomeshnet/prototype-cjdns-pi/master/scripts/install; chmod +x install"
# Running the script is not yet working
# - docker run tomeshnet/prototype-cjdns-pi:${DISTRO} /bin/sh -c "wget https://raw.githubusercontent.com/tomeshnet/prototype-cjdns-pi/master/scripts/install; chmod +x install; WITH_MESH_POINT=true WITH_WIFI_AP=true WITH_IPFS=true WITH_EXTRA_TOOLS=true ./install"
# TODO Test installation