Skip to content

Commit

Permalink
travis windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 12, 2019
1 parent 920ca5e commit a5fd843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ matrix:
include:
- os: linux
- os: osx
- os: windows
before_install:
- env|sort
- perl -V
script:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cinst msys2; PATH="$PATH:/c/tools/msys64/usr/bin"; ls -al /c/tools/msys64/usr/bin; fi
- ./autogen.sh
- make
- make -j40 check # pick high value as lots of tests "sleep" for timestamps
Expand Down

0 comments on commit a5fd843

Please sign in to comment.