mirror of https://github.com/EspoTek/Labrador.git
appveyor build script example
This commit is contained in:
parent
9e3ee17a29
commit
4992e2d016
|
@ -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
|
Loading…
Reference in New Issue