mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-13 21:01:55 +02:00
dockcross: make the default image specific to each compiler
This commit is contained in:
@ -44,7 +44,7 @@ test:
|
||||
- make windows-x86:
|
||||
timeout: 3000
|
||||
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-windows-x86 python /usr/src/test/run.py --emulator /usr/bin/wine --exe-suffix ".exe"
|
||||
- docker run thewtex/cross-compiler-linux-armv7 > dockcross && chmod +x dockcross && ./dockcross gcc test/C/hello.c -o hello_arm
|
||||
- docker run thewtex/cross-compiler-linux-armv7 > ./dockcross && chmod +x ./dockcross && ./dockcross bash -c '$CC test/C/hello.c -o hello_arm'
|
||||
|
||||
deployment:
|
||||
hub:
|
||||
|
Reference in New Issue
Block a user