Skip to content

Commit

Permalink
Merge pull request #3 from wdigger/master
Browse files Browse the repository at this point in the history
Workon: AppVeyor config file
  • Loading branch information
wdigger authored Apr 8, 2017
2 parents 5328d5f + 61391ac commit e5e6582
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
os: Visual Studio 2015

platform:
- x86
- x64

configuration:
- Debug
- Release

install:
- git submodule update --init --recursive
- set QTDIR=C:\Qt\5.8\msvc2015_64
- set PATH=%PATH%;%QTDIR%\bin
- if "%platform%" == "x86" call set QTDIR=C:\Qt\5.8\msvc2015
- if "%platform%" == "x64" call set QTDIR=C:\Qt\5.8\msvc2015_64
- if "%platform%" == "x86" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
- if "%platform%" == "x64" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64

build_script:
- qmake fsstudio.pro
Expand Down

0 comments on commit e5e6582

Please sign in to comment.