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:
@@ -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
|
||||
|
Reference in New Issue
Block a user