Fix appveyor test.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-10-08 21:18:00 -07:00
parent 0ebf032aac
commit 10f88f99cc

View File

@ -22,7 +22,7 @@ install:
- ps: $psversiontable
build_script:
- bash.exe -elc "mingw32-make"
- bash.exe -elc "mingw32-make.exe"
test_script:
- bash.exe -elc "mingw32-make test"
- bash.exe -elc "mingw32-make.exe test"