Skip to content

Commit

Permalink
Redirected to live-pm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinusv committed Mar 21, 2018
1 parent f53cc87 commit e69593c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ install:
- sudo make -j8 install
- export OPENCV_DIR=/usr/local/lib
- cd ../../build
- wget https://github.com/livecv/livecv-deploy-kit/archive/master.zip
- unzip master.zip
- mv livecv-deploy-kit-master/* .
- wget https://github.com/livecv/live-pm/archive/v1.4.0.zip
- unzip v1.4.0.zip
- mv live-pm-1.4.0/* .
- wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
- sudo chmod 777 qt-opensource-linux-x64-5.7.0.run
- ./qt-opensource-linux-x64-5.7.0.run --script resources/install-qt.qs --verbose --silent -platform minimal
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ build_script:
- echo %OPENCV_DIR%
- echo %QTDIR%
- ps: $file = "$pwd\deploy.zip"
- ps: (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/livecv-deploy-kit/archive/master.zip", $file)
- ps: (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/live-pm/archive/v1.4.0.zip", $file)
- ps: 7z x -y $file -o"."
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- mv livecv-deploy-kit-master/* .
- mv live-pm-1.4.0/* .
- python --version
- python livecv_build.py .. msvc2013_64
- python livecv_deploy.py .. msvc2013_64
Expand Down

0 comments on commit e69593c

Please sign in to comment.