Skip to content

Commit 345b152

Browse files
committed
Enable parallel build in appveyor
1 parent 0941828 commit 345b152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
clone_depth: 5
2+
13
environment:
24
QTDIR32: C:\Qt\5.7\msvc2015
35
QTDIR64: C:\Qt\5.7\msvc2015_64
@@ -20,6 +22,7 @@ before_build:
2022
- cmd: if "%platform%"=="x64" cmake "-G%GENERATOR64%" -DCMAKE_PREFIX_PATH="%QTDIR64%/lib/cmake/Qt5" ..
2123

2224
build:
25+
parallel: true
2326
project: C:\projects\nodeeditor\build\NodeEditor.sln
2427

2528
#build_script:

0 commit comments

Comments
 (0)