Skip to content
Snippets Groups Projects
Commit 86f4a203 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Build release in runner

parent e4c15a96
No related branches found
No related tags found
1 merge request!115Implements #141 normals
Pipeline #14748 canceled
...@@ -25,7 +25,7 @@ linux: ...@@ -25,7 +25,7 @@ linux:
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -DWITH_OPTFLOW=TRUE -DBUILD_CALIBRATION=TRUE - cmake .. -DWITH_OPTFLOW=TRUE -DBUILD_CALIBRATION=TRUE -DCMAKE_BUILD_TYPE=Release
- make - make
- ctest --output-on-failure - ctest --output-on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment