Skip to content

Commit 9714bb8

Browse files
author
Jorge Aparicio
committed
CI: test x86_64-pc-windows-gnu
1 parent 986c4aa commit 9714bb8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ matrix:
66
- env: TARGET=aarch64-unknown-linux-gnu
77
os: linux
88
dist: trusty
9-
sudo: required
109
addons:
1110
apt:
1211
packages:
@@ -52,6 +51,15 @@ matrix:
5251
os: osx
5352
- env: TARGET=x86_64-unknown-linux-gnu
5453
os: linux
54+
- env: TARGET=x86_64-pc-windows-gnu
55+
os: linux
56+
dist: trusty
57+
sudo: required
58+
addons:
59+
apt:
60+
packages:
61+
- gcc-mingw-w64
62+
- wine
5563
allow_failures:
5664
# FIXME(#2)
5765
- env: TARGET=armv7-unknown-linux-gnueabihf

ci/env.sh

+3
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ case $TARGET in
2424
export PREFIX=arm-linux-gnueabihf-
2525
export QEMU_LD_PREFIX=/usr/arm-linux-gnueabihf
2626
;;
27+
x86_64-pc-windows-gnu)
28+
export PREFIX=x86_64-w64-mingw32-
29+
;;
2730
esac

0 commit comments

Comments
 (0)