Skip to content

Commit

Permalink
[continuous integration] Setup an Appveyor CI. openMVG#466
Browse files Browse the repository at this point in the history
- Enable develop branch
- Build more targets
  • Loading branch information
pmoulon committed Mar 9, 2016
1 parent 0f78366 commit 3ad6997
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version: 1.0.{build}
branches:
# white list
only:
- develop_appveyor
- develop

clone_folder: c:\dev\openMVG
Expand All @@ -29,8 +28,8 @@ build_script:
# - in debug mode, since the build is faster and VisualStudio reporting is better
- cmake --build . --config Debug --target openMVG_test_sequential_SfM
- cmake --build . --config Debug --target openMVG_test_global_SfM
#- cmake --build . --config Debug --target openMVG_main_IncrementalSfM
#- cmake --build . --config Debug --target openMVG_main_GlobalSfM
- cmake --build . --config Debug --target openMVG_main_IncrementalSfM
- cmake --build . --config Debug --target openMVG_main_GlobalSfM

build:
parallel: true
Expand Down

0 comments on commit 3ad6997

Please sign in to comment.