We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920ca5e commit a5fd843Copy full SHA for a5fd843
1 file changed
.travis.yml
@@ -3,10 +3,12 @@ matrix:
3
include:
4
- os: linux
5
- os: osx
6
+ - os: windows
7
before_install:
8
- env|sort
9
- perl -V
10
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
12
- ./autogen.sh
13
- make
14
- make -j40 check # pick high value as lots of tests "sleep" for timestamps
0 commit comments