File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 6
6
- env : TARGET=aarch64-unknown-linux-gnu
7
7
os : linux
8
8
dist : trusty
9
- sudo : required
10
9
addons :
11
10
apt :
12
11
packages :
@@ -52,6 +51,15 @@ matrix:
52
51
os : osx
53
52
- env : TARGET=x86_64-unknown-linux-gnu
54
53
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
55
63
allow_failures :
56
64
# FIXME(#2)
57
65
- env : TARGET=armv7-unknown-linux-gnueabihf
Original file line number Diff line number Diff line change @@ -24,4 +24,7 @@ case $TARGET in
24
24
export PREFIX=arm-linux-gnueabihf-
25
25
export QEMU_LD_PREFIX=/usr/arm-linux-gnueabihf
26
26
;;
27
+ x86_64-pc-windows-gnu)
28
+ export PREFIX=x86_64-w64-mingw32-
29
+ ;;
27
30
esac
You can’t perform that action at this time.
0 commit comments