add MinGW to %PATH%

This commit is contained in:
Thomas Bernard 2015-09-15 23:58:11 +02:00
parent a91e4be35e
commit ff8059c67d
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
install:
- set PATH=%PATH%;C:\MinGW\bin
build_script: build_script:
- cmd: 'cd miniupnpc' - cmd: 'cd miniupnpc'
- cmd: 'mingw32make.bat' - cmd: 'mingw32make.bat'