manylinux-x64: Initial addition

This commit is contained in:
Matt McCormick
2016-09-20 11:35:18 -04:00
parent 755f45b412
commit 5d90a72dfc
5 changed files with 53 additions and 6 deletions

View File

@ -19,6 +19,7 @@ dependencies:
- docker pull dockcross/linux-ppc64le
- docker pull dockcross/linux-x64
- docker pull dockcross/linux-x86
- docker pull dockcross/manylinux-x64
- docker pull dockcross/windows-x64
- docker pull dockcross/windows-x86
@ -34,6 +35,7 @@ test:
- make linux-ppc64le.test
- make linux-x64.test
- make linux-x86.test
- make manylinux-x64.test
- make windows-x64.test:
timeout: 3000
- make windows-x86.test:
@ -54,5 +56,6 @@ deployment:
- docker push dockcross/linux-ppc64le
- docker push dockcross/linux-x64
- docker push dockcross/linux-x86
- docker push dockcross/manylinux-x64
- docker push dockcross/windows-x64
- docker push dockcross/windows-x86