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

Update .gitlab-ci.yml

parent ccb8e8da
No related branches found
No related tags found
1 merge request!199feature/web service deploy
Pipeline #17123 failed
...@@ -28,6 +28,10 @@ linux: ...@@ -28,6 +28,10 @@ linux:
- cmake .. -DWITH_OPTFLOW=TRUE -DBUILD_CALIBRATION=TRUE -DCMAKE_BUILD_TYPE=Release - cmake .. -DWITH_OPTFLOW=TRUE -DBUILD_CALIBRATION=TRUE -DCMAKE_BUILD_TYPE=Release
- make - make
- ctest --output-on-failure - ctest --output-on-failure
- cd ..
- browserify web-service/public/js/index.js -o web-service/public/js/bundle.js
- rsync -vr --delete web-service/ nodejs@ftlab.utu.fi:/srv/nodejs/web-service
- ssh nodejs@ftlab.utu.fi -- "npm install web-service/server && pm2 restart web-service"
windows: windows:
stage: all stage: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment