lower case windows in .travis.yml

This commit is contained in:
nhmall
2019-06-30 10:33:53 -04:00
committed by Pasi Kallinen
parent 43935698e0
commit ddb5e6e8e5

View File

@@ -50,7 +50,7 @@ matrix:
make install make install
cat dat/options cat dat/options
- os: windows - os: windows
env: HINTS=Windows-visual-studio env: HINTS=windows-visual-studio
language: shell language: shell
script: script:
# - find /c/Program\ Files\ \(x86\) -iname 'rc.exe' -print # - find /c/Program\ Files\ \(x86\) -iname 'rc.exe' -print
@@ -86,7 +86,7 @@ matrix:
- nmake install - nmake install
- os: windows - os: windows
# install: choco install mingw # install: choco install mingw
env: HINTS=Windows-mingw env: HINTS=windows-mingw
script: script:
- cd src - cd src
- cp ../sys/winnt/Makefile.gcc ./Makefile - cp ../sys/winnt/Makefile.gcc ./Makefile