appveyor build script example

This commit is contained in:
Chris Esposito 2018-11-22 20:01:16 +11:00
parent 9e3ee17a29
commit 4992e2d016
1 changed files with 14 additions and 0 deletions

14
.appveyor.yaml Normal file
View File

@ -0,0 +1,14 @@
image: Visual Studio 2017
clone_folder:
- c:\dev\labrador
init:
- set PATH=C:\Qt\5.5\%qt%\bin;C:\dev\dependencies\vlc-qt\bin;%PATH%
before_build:
- cd c:\dev\labrador\Desktop_Interface
build_script:
- qmake
- nmake