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 af5c428 commit 4a66272Copy full SHA for 4a66272
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- sudo apt-get install mingw-w64
10
11
script:
12
- - mkdir -p target/x86_64-unknown-linux-musl/release/{cli,geometrify-linux64} && mkdir -p target/x86_64-pc-windows-gnu/release/{cli,geometrify-linux64}
+ - mkdir -p target/x86_64-unknown-linux-musl/release/ && mkdir -p target/x86_64-pc-windows-gnu/release/
13
- cargo test
14
- rustup target add x86_64-unknown-linux-musl
15
- rustup target add x86_64-pc-windows-gnu
0 commit comments