From 5c7abec2c484c73dbcdfd85719a4472ac131bc60 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 18 Mar 2016 18:21:43 -0400 Subject: [PATCH] doc: Add linux-armv7 description. --- README.rst | 7 +++++++ circle.yml | 3 +++ 2 files changed, 10 insertions(+) diff --git a/README.rst b/README.rst index f35744e..efc09e9 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/circle.yml b/circle.yml index b167453..786412b 100644 --- a/circle.yml +++ b/circle.yml @@ -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