Skip to content

Commit

Permalink
Disable unit tests on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed May 8, 2018
1 parent a962edd commit c706c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build_script:
- cmd: set CTEST_OUTPUT_ON_FAILURE=1
- cmd: set QT_QPA_PLATFORM=offscreen
- cmd: C:\Python36-x64\python.exe scripts\python\build.py --build_path %APPVEYOR_BUILD_FOLDER%\build --colmap_path . --boost_path C:\Libraries\boost_1_63_0 --qt_path C:\Qt\5.9\msvc2015_64 --build_type %CONFIGURATION%
- cmd: cmake --build %APPVEYOR_BUILD_FOLDER%\build\colmap\build --config %CONFIGURATION% --target RUN_TESTS
# - cmd: cmake --build %APPVEYOR_BUILD_FOLDER%\build\colmap\build --config %CONFIGURATION% --target RUN_TESTS

0 comments on commit c706c4b

Please sign in to comment.