Skip to content

Commit af5c428

Browse files
author
Adrian Lehmann
authored
Update .travis.yml
1 parent 6140a89 commit af5c428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ before_install:
99
- sudo apt-get install mingw-w64
1010

1111
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}
1213
- cargo test
1314
- rustup target add x86_64-unknown-linux-musl
1415
- rustup target add x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)