circle/linux-armv7: Fix test

This commit fixes a regression introduced in e8830e9
This commit is contained in:
Jean-Christophe Fillion-Robin 2016-07-16 02:29:52 -04:00
parent f02cc5632b
commit a082610bf6

View File

@ -45,7 +45,6 @@ test:
- make linux-armv7 - make linux-armv7
- docker run --rm dockcross/linux-armv7 > ./dockcross-linux-armv7 && chmod +x ./dockcross-linux-armv7 - docker run --rm dockcross/linux-armv7 > ./dockcross-linux-armv7 && chmod +x ./dockcross-linux-armv7
- ./dockcross-linux-armv7 python test/run.py --emulator /usr/bin/qemu-arm - ./dockcross-linux-armv7 python test/run.py --emulator /usr/bin/qemu-arm
- ./dockcross-linux-armv7 && chmod +x ./dockcross-linux-armv7 && ./dockcross-linux-armv7 bash -c '$CC test/C/hello.c -o hello_arm'
- make linux-ppc64le - make linux-ppc64le
- docker run --rm dockcross/linux-ppc64le > ./dockcross-linux-ppc64le && chmod +x ./dockcross-linux-ppc64le - docker run --rm dockcross/linux-ppc64le > ./dockcross-linux-ppc64le && chmod +x ./dockcross-linux-ppc64le
- ./dockcross-linux-ppc64le python test/run.py --emulator /usr/bin/qemu-ppc64le --languages C - ./dockcross-linux-ppc64le python test/run.py --emulator /usr/bin/qemu-ppc64le --languages C