Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Changed win ci. Not ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Dec 9, 2017
1 parent d5d9ec8 commit 4a99633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
@@ -1,9 +1,9 @@
image: Visual Studio 2015
image: Visual Studio 2017

clone_depth: 10

platform:
- x86
- x64

environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
Expand Down
4 changes: 2 additions & 2 deletions util/win/env.bat
Expand Up @@ -7,13 +7,13 @@ if /i %ARCH% == x64 goto x64
goto end

:x64
call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
set PATH=c:\Qt\5.10\msvc2017_64\bin\;%PATH%
set QT_DIR=c:\Qt\5.10\msvc2017_64\
goto end

:x86
call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
set PATH=c:\Qt\5.10\msvc2017\bin\;%PATH%
set QT_DIR=c:\Qt\5.10\msvc2017\
goto end
Expand Down

0 comments on commit 4a99633

Please sign in to comment.