We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a66272 commit 158b034Copy full SHA for 158b034
.travis.yml
@@ -7,6 +7,7 @@ rust:
7
before_install:
8
- sudo apt-get update
9
- sudo apt-get install mingw-w64
10
+ - mkdir -p ~/.cargo/ && echo -e "[target.x86_64-pc-windows-gnu]\nlinker = \"/usr/bin/x86_64-w64-mingw32-gcc\"" >> ~/.cargo/config
11
12
script:
13
- mkdir -p target/x86_64-unknown-linux-musl/release/ && mkdir -p target/x86_64-pc-windows-gnu/release/
0 commit comments