Skip to content

Commit

Permalink
[continous integration] Test to build two target & faster compilation…
Browse files Browse the repository at this point in the history
… of ceres.
  • Loading branch information
pmoulon committed Mar 9, 2016
1 parent c7c33ae commit e40ec2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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 e40ec2b

Please sign in to comment.