forked from powersst/Maple-Tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
36 lines (26 loc) · 669 Bytes
/
appveyor.yml
File metadata and controls
36 lines (26 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
image: Visual Studio 2017
configuration: Release
platform: x64
branches:
only:
- master
environment:
matrix:
- platform: amd64
qt: msvc2017_64
init:
- cmd: >-
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %platform%
install:
- cmd: >-
SET QTDIR=C:\Qt\5.12\msvc2017_64
SET OPENSSL=C:\OpenSSL-v111-Win64
SET PATH=%OPENSSL%\bin;%QTDIR%\bin;%PATH%;
build_script:
- cmd: >-
call scripts\version.cmd
qmake MapleSeed.pro -spec win32-msvc
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release
artifacts:
- path: release\MapleSeed.exe
name: MapleSeed