diff --git a/.travis.yml b/.travis.yml index 1abfbb371..521a0f840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 258bdfbc1..be30cae6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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