Skip to content

Commit

Permalink
trying to fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 13, 2018
1 parent 49c23d7 commit ed7dfe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ environment:

matrix:
# Qt 5.9
- qtdir: qtdir59
- qtdir: C:\Qt\5.9.2\mingw53_32
# Qt 5.7 (for Windows XP)
- qtdir: qtdir57
- qtdir: C:\Qt\5.7\mingw53_32
allow_failures:
- qtdir: "C:\Qt\5.7\mingw53_32"
- qtdir: "C:\\Qt\\5.7\\mingw53_32"

install:
# https://www.appveyor.com/docs/build-environment/
Expand Down Expand Up @@ -85,7 +85,7 @@ deploy:
secure: spcyN/Dz3B2GXBPii8IywDLq6vfxC1SrN+xR2wMerFM7g2nTy0Lrh5agQONFoInR
on:
branch: master
qtdir: "C:\Qt\5.9.2\mingw53_32"
qtdir: "C:\\Qt\\5.9.2\\mingw53_32"
# branch: develop

notifications:
Expand Down

0 comments on commit ed7dfe8

Please sign in to comment.