Skip to content

Commit 0237ab2

Browse files
committed
AppVeyor configuration
1 parent af8443b commit 0237ab2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
install:
2+
- set QTDIR=C:\Qt\5.5\mingw492_32
3+
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
4+
build_script:
5+
- cd APPVEYOR_BUILD_FOLDER\src
6+
- qmake peb.pro
7+
- mingw32-make

0 commit comments

Comments
 (0)