2 parents 3c95e29 + d275753 commit f20e1d1Copy full SHA for f20e1d1
1 file changed
appveyor.yml
@@ -3,16 +3,19 @@ environment:
3
matrix:
4
- CMAKE_BUILD_TYPE: Release
5
6
+# Do not build feature branch with open Pull Requests
7
+skip_branch_with_pr: true
8
+
9
install:
10
- cmd: set QT5_DIR=C:\Qt\5.10.1\msvc2015_64\lib\cmake
11
- cmd: choco install OpenCV
- - cmd: choco install curl
12
+ - cmd: choco install curl --version=7.66.0.20190926
13
- cmd: set OPENCV_DIR=C:\tools\opencv\build
14
- cmd: cd C:\projects\PixelAnnotationTool
-
15
16
build_script:
17
- cmd: mkdir build
18
- cmd: cd build
19
- cmd: cmake .. -DQT5_DIR=%QT5_DIR% -DOpenCV_DIR=%OPENCV_DIR% -G"Visual Studio 14 Win64"
20
- cmd: cmake --build . --config Release
- - cmd: cmake --build . --config Release --target upload_file
21
+ - cmd: cmake --build . --config Release --target upload_file
0 commit comments