Skip to content

Commit 334d4ed

Browse files
fdav10dandavison
authored andcommitted
Windows build
1 parent c1cd649 commit 334d4ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bat/.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ matrix:
66
- os: linux
77
rust: stable
88
env: TARGET=x86_64-unknown-linux-gnu
9+
- os: windows
10+
rust: stable
11+
env: TARGET=x86_64-pc-windows-msvc
912
- os: linux
1013
rust: stable
1114
env:
@@ -54,6 +57,7 @@ matrix:
5457
sudo: required
5558

5659
before_install:
60+
- cd src/bat
5761
- ci/before_install.bash
5862

5963
env:

0 commit comments

Comments
 (0)