From a082610bf6a32f26b4b666f70f00101db28be3a1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Sat, 16 Jul 2016 02:29:52 -0400 Subject: [PATCH] circle/linux-armv7: Fix test This commit fixes a regression introduced in e8830e9 --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index c3ce7bc..13e3dff 100644 --- a/circle.yml +++ b/circle.yml @@ -45,7 +45,6 @@ test: - make 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 && chmod +x ./dockcross-linux-armv7 && ./dockcross-linux-armv7 bash -c '$CC test/C/hello.c -o hello_arm' - make 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