summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-04 16:07:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-04 16:07:47 +0300
commit1366b01790631ba1134a4dfd03d939b4b40360b8 (patch)
tree28131edb04a563021bd1a3d445ec3be7c4ae6602 /appveyor.yml
parent0a9d95dfc9ef2c7e822257cc7b256cdd24d4a0d3 (diff)
Install missing dependencies in travis-ci/appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0cd819ab..c9f3023e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,6 +14,8 @@ build:
install:
- set QT_DIR=C:\Qt\5.10.1\msvc2017_64
- set PATH=%PATH%;%QT_DIR%\bin;C:\MinGW\bin
+ - set PATH=%PATH%;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
+ - mingw32-make.exe --version
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- vcpkg install
boost-asio:%PLATFORM%-windows