mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Add Windows CI (#595)
This commit is contained in:
parent
94683a6011
commit
52a584765d
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
14
.travis.yml
14
.travis.yml
@ -1,5 +1,8 @@
|
||||
matrix:
|
||||
|
||||
allow_failures:
|
||||
- os: windows
|
||||
|
||||
include:
|
||||
|
||||
- language: cpp
|
||||
@ -61,3 +64,14 @@ matrix:
|
||||
- ./build.sh
|
||||
env:
|
||||
- CC=clang-4.0 CXX=clang++-4.0 CHECK=true INTEGRATION=false
|
||||
|
||||
- language: bash
|
||||
os: windows
|
||||
script:
|
||||
- choco uninstall -y mingw
|
||||
- choco install -y winfsp
|
||||
- choco install -y cyg-get
|
||||
- cyg-get.bat cmake make gcc-g++ gettext-devel libssl-devel procps-ng perl-test-harness
|
||||
- export CHERE_INVOKING=1
|
||||
- cmd.exe /c "/C/tools/cygwin/bin/bash.exe --login -c 'cd /cygdrive/c/Program*/WinFsp/opt/cygfuse ; sh install.sh'"
|
||||
- cmd.exe /c "/C/tools/cygwin/bin/bash.exe --login -c './build.sh'"
|
||||
|
Loading…
Reference in New Issue
Block a user