Skip to content

Commit f20e1d1

Browse files
Merge pull request #2 from berendkleinhaneveld/fix/appveyor-ci
Fix Appveyor upload
2 parents 3c95e29 + d275753 commit f20e1d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: appveyor.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ environment:
33
matrix:
44
- CMAKE_BUILD_TYPE: Release
55

6+
# Do not build feature branch with open Pull Requests
7+
skip_branch_with_pr: true
8+
69
install:
710
- cmd: set QT5_DIR=C:\Qt\5.10.1\msvc2015_64\lib\cmake
811
- cmd: choco install OpenCV
9-
- cmd: choco install curl
12+
- cmd: choco install curl --version=7.66.0.20190926
1013
- cmd: set OPENCV_DIR=C:\tools\opencv\build
1114
- cmd: cd C:\projects\PixelAnnotationTool
12-
15+
1316
build_script:
1417
- cmd: mkdir build
1518
- cmd: cd build
1619
- cmd: cmake .. -DQT5_DIR=%QT5_DIR% -DOpenCV_DIR=%OPENCV_DIR% -G"Visual Studio 14 Win64"
1720
- cmd: cmake --build . --config Release
18-
- cmd: cmake --build . --config Release --target upload_file
21+
- cmd: cmake --build . --config Release --target upload_file

0 commit comments

Comments
 (0)