Skip to content

Commit 52a5847

Browse files
authored
Add Windows CI (#595)
1 parent 94683a6 commit 52a5847

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
matrix:
22

3+
allow_failures:
4+
- os: windows
5+
36
include:
47

58
- language: cpp
@@ -61,3 +64,14 @@ matrix:
6164
- ./build.sh
6265
env:
6366
- CC=clang-4.0 CXX=clang++-4.0 CHECK=true INTEGRATION=false
67+
68+
- language: bash
69+
os: windows
70+
script:
71+
- choco uninstall -y mingw
72+
- choco install -y winfsp
73+
- choco install -y cyg-get
74+
- cyg-get.bat cmake make gcc-g++ gettext-devel libssl-devel procps-ng perl-test-harness
75+
- export CHERE_INVOKING=1
76+
- cmd.exe /c "/C/tools/cygwin/bin/bash.exe --login -c 'cd /cygdrive/c/Program*/WinFsp/opt/cygfuse ; sh install.sh'"
77+
- cmd.exe /c "/C/tools/cygwin/bin/bash.exe --login -c './build.sh'"

0 commit comments

Comments
 (0)