Skip to content

Commit a5fd843

Browse files
committed
travis windows
1 parent 920ca5e commit a5fd843

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ matrix:
33
include:
44
- os: linux
55
- os: osx
6+
- os: windows
67
before_install:
78
- env|sort
89
- perl -V
910
script:
11+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cinst msys2; PATH="$PATH:/c/tools/msys64/usr/bin"; ls -al /c/tools/msys64/usr/bin; fi
1012
- ./autogen.sh
1113
- make
1214
- make -j40 check # pick high value as lots of tests "sleep" for timestamps

0 commit comments

Comments
 (0)