File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,19 @@ environment:
3
3
matrix :
4
4
- CMAKE_BUILD_TYPE : Release
5
5
6
+ # Do not build feature branch with open Pull Requests
7
+ skip_branch_with_pr : true
8
+
6
9
install :
7
10
- cmd : set QT5_DIR=C:\Qt\5.10.1\msvc2015_64\lib\cmake
8
11
- cmd : choco install OpenCV
9
- - cmd : choco install curl
12
+ - cmd : choco install curl --version=7.66.0.20190926
10
13
- cmd : set OPENCV_DIR=C:\tools\opencv\build
11
14
- cmd : cd C:\projects\PixelAnnotationTool
12
-
15
+
13
16
build_script :
14
17
- cmd : mkdir build
15
18
- cmd : cd build
16
19
- cmd : cmake .. -DQT5_DIR=%QT5_DIR% -DOpenCV_DIR=%OPENCV_DIR% -G"Visual Studio 14 Win64"
17
20
- cmd : cmake --build . --config Release
18
- - cmd : cmake --build . --config Release --target upload_file
21
+ - cmd : cmake --build . --config Release --target upload_file
You can’t perform that action at this time.
0 commit comments