Add .appveyor.yml

square-messages
Black Hat 2018-08-19 09:28:34 +00:00
parent cfe34e5303
commit 5602a168f7
1 changed files with 22 additions and 0 deletions

22
.appveyor.yml Normal file
View File

@ -0,0 +1,22 @@
image: Visual Studio 2017
environment:
matrix:
- QT: C:\Qt\5.11\msvc2017_64
init:
- call "%QTDIR%\bin\qtenv2.bat"
- set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
- call "%VCVARS%" %platform%
- cd /D "%APPVEYOR_BUILD_FOLDER%"
before_build:
- git submodule update --init --recursive
build_script:
- qmake matrique.pro
- make
artifacts:
- path: matrique.exe
name: portable