doc: Add linux-armv7 description.

This commit is contained in:
Matt McCormick 2016-03-18 18:21:43 -04:00
parent 8a21e98e63
commit 5c7abec2c4
2 changed files with 10 additions and 0 deletions

View File

@ -36,3 +36,10 @@ thewtex/cross-compiler-browser-asmjs
thewtex/cross-compiler-linux-armv6
|linux-armv6-images| Linux ARMv6 cross compiler toolchain for the Raspberry
Pi, etc.
.. |linux-armv7-images| image:: https://badge.imagelayers.io/thewtex/cross-compiler-linux-armv7:latest.svg
:target: https://imagelayers.io/?images=thewtex/cross-compiler-linux-armv7:latest
thewtex/cross-compiler-linux-armv7
|linux-armv7-images| Generic Linux armv7 cross compiler toolchain.

View File

@ -21,6 +21,8 @@ test:
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-browser-asmjs python /usr/src/test/run.py --emulator /usr/bin/node --exe-suffix ".js"
- make linux-armv6
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-armv6 python /usr/src/test/run.py --emulator /usr/bin/qemu-arm
- make linux-armv7
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-armv7 python /usr/src/test/run.py --emulator /usr/bin/qemu-arm
deployment:
hub:
@ -31,3 +33,4 @@ deployment:
- docker push thewtex/cross-compiler-android-arm
- docker push thewtex/cross-compiler-browser-asmjs
- docker push thewtex/cross-compiler-linux-armv6
- docker push thewtex/cross-compiler-linux-armv7