File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 1
1
matrix :
2
2
3
+ allow_failures :
4
+ - os : windows
5
+
3
6
include :
4
7
5
8
- language : cpp
@@ -61,3 +64,14 @@ matrix:
61
64
- ./build.sh
62
65
env :
63
66
- 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'"
You can’t perform that action at this time.
0 commit comments