mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
linux-ppc64le: Add CircleCI testing.
This commit is contained in:
parent
ad0e9e9aa4
commit
279f41ba56
@ -10,6 +10,7 @@ dependencies:
|
||||
- docker pull thewtex/cross-compiler-browser-asmjs
|
||||
- docker pull thewtex/cross-compiler-linux-armv6
|
||||
- docker pull thewtex/cross-compiler-linux-armv7
|
||||
- docker pull thewtex/cross-compiler-linux-ppc64le
|
||||
|
||||
test:
|
||||
override:
|
||||
@ -23,6 +24,8 @@ test:
|
||||
- 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
|
||||
- make linux-ppc64le
|
||||
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-ppc64le python /usr/src/test/run.py --emulator /usr/bin/qemu-ppc64le --languages C
|
||||
|
||||
deployment:
|
||||
hub:
|
||||
@ -34,3 +37,4 @@ deployment:
|
||||
- docker push thewtex/cross-compiler-browser-asmjs
|
||||
- docker push thewtex/cross-compiler-linux-armv6
|
||||
- docker push thewtex/cross-compiler-linux-armv7
|
||||
- docker push thewtex/cross-compiler-linux-ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user