Skip to content

Commit e69593c

Browse files
committed
Redirected to live-pm.
1 parent f53cc87 commit e69593c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ install:
4848
- sudo make -j8 install
4949
- export OPENCV_DIR=/usr/local/lib
5050
- cd ../../build
51-
- wget https://github.com/livecv/livecv-deploy-kit/archive/master.zip
52-
- unzip master.zip
53-
- mv livecv-deploy-kit-master/* .
51+
- wget https://github.com/livecv/live-pm/archive/v1.4.0.zip
52+
- unzip v1.4.0.zip
53+
- mv live-pm-1.4.0/* .
5454
- wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
5555
- sudo chmod 777 qt-opensource-linux-x64-5.7.0.run
5656
- ./qt-opensource-linux-x64-5.7.0.run --script resources/install-qt.qs --verbose --silent -platform minimal

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ build_script:
2626
- echo %OPENCV_DIR%
2727
- echo %QTDIR%
2828
- ps: $file = "$pwd\deploy.zip"
29-
- ps: (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/livecv-deploy-kit/archive/master.zip", $file)
29+
- ps: (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/live-pm/archive/v1.4.0.zip", $file)
3030
- ps: 7z x -y $file -o"."
3131
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
32-
- mv livecv-deploy-kit-master/* .
32+
- mv live-pm-1.4.0/* .
3333
- python --version
3434
- python livecv_build.py .. msvc2013_64
3535
- python livecv_deploy.py .. msvc2013_64

0 commit comments

Comments
 (0)