Skip to content
Snippets Groups Projects
Commit 2ea87ade authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

only generate .deb package

parent 9650a995
No related branches found
No related tags found
1 merge request!313CPack
Pipeline #27254 passed
......@@ -28,12 +28,12 @@ linux:
script:
- mkdir build
- cd build
- cmake .. -DWITH_OPTFLOW=TRUE -DUSE_CPPCHECK=FALSE -DBUILD_CALIBRATION=TRUE -DWITH_CERES=TRUE -DCMAKE_BUILD_TYPE=Release
- cmake .. -DWITH_OPTFLOW=TRUE -DUSE_CPPCHECK=FALSE -DBUILD_CALIBRATION=TRUE -DWITH_CERES=TRUE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
- make
- make package
- ctest --output-on-failure
- cd ../SDK/Python
- python3 -m unittest discover test
- make package
webserver-deploy:
only:
......
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