Update appveyor.yml
This commit is contained in:
parent
0b6815bf58
commit
5dc5d89648
|
|
@ -25,6 +25,10 @@ configuration:
|
|||
- debug
|
||||
- release
|
||||
|
||||
clone_script:
|
||||
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
|
||||
|
||||
install:
|
||||
- '%QTDIR%\bin\qtenv2.bat'
|
||||
- qmake -v
|
||||
|
|
|
|||
Loading…
Reference in New Issue