windows-x64: Add CircleCI testing.

This commit is contained in:
Matt McCormick
2016-04-12 21:32:13 -04:00
parent ffddb75231
commit 5035a9a8e7
2 changed files with 11 additions and 2 deletions

View File

@ -13,6 +13,7 @@ dependencies:
- docker pull thewtex/cross-compiler-linux-ppc64le
- docker pull thewtex/cross-compiler-linux-x64
- docker pull thewtex/cross-compiler-linux-x86
- docker pull thewtex/cross-compiler-windows-x64
test:
override:
@ -32,6 +33,9 @@ test:
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-x64 python /usr/src/test/run.py
- make linux-x86
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-x86 python /usr/src/test/run.py
- make windows-x64:
timeout: 3000
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-windows-x64 python /usr/src/test/run.py --emulator /usr/bin/wine --exe-suffix ".exe"
deployment:
hub:
@ -46,3 +50,4 @@ deployment:
- docker push thewtex/cross-compiler-linux-ppc64le
- docker push thewtex/cross-compiler-linux-x64
- docker push thewtex/cross-compiler-linux-x86
- docker push thewtex/cross-compiler-windows-x64