mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
circle/linux-armv7: Fix test
This commit fixes a regression introduced in e8830e9
This commit is contained in:
parent
f02cc5632b
commit
a082610bf6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user