1 ## Operating System (VM environment) ##
3 image: Visual Studio 2017
7 - set CYGWIN_ROOT=C:\cygwin64
8 - set PATH=%CYGWIN_ROOT%\bin;%PATH%
10 - bash -c 'autoreconf --version'
11 - bash -c 'make --version'
13 ## Disable MSBuild (default) ##
24 - bash -c 'make check'